From 4c97f3208a0ba185264a169e01d0b0d922266ea6 Mon Sep 17 00:00:00 2001 From: Mx Kookie Date: Sat, 12 Dec 2020 11:24:43 +0000 Subject: cassiopeia: adding API outline --- apps/cassiopeia/src/meta.rs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'apps/cassiopeia/src/meta.rs') diff --git a/apps/cassiopeia/src/meta.rs b/apps/cassiopeia/src/meta.rs index 835444f9bdc5..6d74d95bfe2a 100644 --- a/apps/cassiopeia/src/meta.rs +++ b/apps/cassiopeia/src/meta.rs @@ -19,7 +19,9 @@ pub const ARG_ROUNDING: &'static str = "CASS_ROUNDING"; pub const ARG_ROUNDING_ABOUT: &'static str = "Disable the (default) 15 minute rounding period"; pub const CMD_INVOICE: &'static str = "invoice"; -pub const CMD_INVOICE_ABOUT: &'static str = "Create an invoice"; +pub const CMD_INVOICE_ABOUT: &'static str = "Create an invoice. You get to choose between simply adding a \ +statement to your time file, or generating .yml configuration to build an invoice generator from. See invoice(1) \ +for more detail!"; pub const ARG_CLIENT: &'static str = "CLIENT"; pub const ARG_CLIENT_ABOUT: &'static str = @@ -32,3 +34,7 @@ pub const ARG_PROJECT_ABOUT: &'static str = pub const ARG_GEN_YAML: &'static str = "GEN_YAML"; pub const ARG_GEN_YAML_ABOUT: &'static str = "Specify whether to generate a .yml invoice configuration"; + +pub const ARG_CLIENT_DB: &'static str = "CLIENT_DB"; +pub const ARG_CLIENT_DB_ABOUT: &'static str = + "Provide your client database file (.yml format) used by invoice(1)"; -- cgit v1.2.3