From f938653f8edb99132a76909b5a3d8d9ff5435cf7 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Wed, 3 Jul 2024 21:08:49 -0300 Subject: [PATCH] docopt for secret subcommand, not implemented --- src/main.cr | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.cr b/src/main.cr index 78a28d1..c3f5455 100644 --- a/src/main.cr +++ b/src/main.cr @@ -46,6 +46,8 @@ Usage: Options: -l --local Run commands locally instead of against a FaaSO server. -h --help Show this screen. + -d --delete Delete + -a --add Add --version Show version. -v=level Control the logging verbosity, 0 to 5 [default: 3] DOC