diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-07-17 09:06:17 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-07-17 09:06:17 +0300 |
commit | 708bfcffd76ea0665796bce02dd7c887af37e77e (patch) | |
tree | 6970fbfcc322fdb2c8ee3ce70f9c77281c7e9ef8 /bin | |
parent | 3ab8a99969ba7d7b384390b608eb9ad6f5a43752 (diff) | |
download | arching-kaos-tools-708bfcffd76ea0665796bce02dd7c887af37e77e.tar.gz arching-kaos-tools-708bfcffd76ea0665796bce02dd7c887af37e77e.tar.bz2 arching-kaos-tools-708bfcffd76ea0665796bce02dd7c887af37e77e.zip |
Extended ak help
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/ak | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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)" |