diff -r ac162428d5e3 -r 9f2e9e647333 core/app/krypt.org --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/core/app/krypt.org Sat Sep 07 22:34:47 2024 -0400 @@ -0,0 +1,32 @@ +#+title: krypt +#+author: Richard Westhaver +#+setupfile: ../../../clean.theme +#+OPTIONS: num:nil + +* help +:PROPERTIES: +:ID: cefd6977-2f05-4541-a04e-3d8e20d82b02 +:END: +#+begin_src shell :results pp replace :exports both +krypt -h +#+end_src + +#+RESULTS: +#+begin_example +Krypt CLI + +Usage: krypt [OPTIONS] [COMMAND] + +Commands: + check check service providers and config + show Show Krypt info + search Query the Krypt + help Print this message or the help of the given subcommand(s) + +Options: + -c, --cfg Set the default config file [env: KRYPT_CONFIG_FILE=] + -u, --user Set a user for this command [env: USER=ellis] + -l, --level... Set log level + -h, --help Print help + -V, --version Print version +#+end_example