From 708bfcffd76ea0665796bce02dd7c887af37e77e Mon Sep 17 00:00:00 2001 From: kaotisk Date: Wed, 17 Jul 2024 09:06:17 +0300 Subject: Extended ak help --- bin/ak | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bin/ak b/bin/ak index a22542b..805058d 100755 --- a/bin/ak +++ b/bin/ak @@ -7,9 +7,15 @@ ## reference them, export blocks to HTML pages, "roll-back" your zchain to an ## older block, reset your zchain and more. ## +## Run with no arguments to see available commands +## ## -h, --help Prints this help message ## -## Run with no arguments to see available commands +## -m, --module [module] Run a specified module. If no module provided +## the list of available modules will be printed. +## +## [command] [args] Run a command. If none provided a list of +## commands will be printed. ## fullprogrampath="$(realpath $0)" PROGRAM="$(basename $0)" -- cgit v1.2.3