From da4c3d92640f8f8e32eafd8ebc5a707bf0d89961 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Mon, 11 Mar 2024 18:31:31 +0200 Subject: Turned subcommands into flag like options --- README | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'README') diff --git a/README b/README index d59dd35..a124ec6 100644 --- a/README +++ b/README @@ -128,17 +128,17 @@ and pack a *ZBLOCK*. The ZBLOCK is then published over our IPNS zchain key. Other options... let's try help! ``` console -$ ak-news help -ak-news -------- -#TODO -All you need to know is that there are two options available: -help Prints this help message -index Prints an indexed table of your news files -import #TODO -add Creates a data file from the news file you point to -create Vim is going to pop up, you will write and save your - newsletter and it's going to be saved +$ ak news -h +ak-news - Module to read, create and add zblocks +================================================ + -h, --help Prints this help message + -l, --local-index Prints an indexed table of your news files + -i, --import #TODO + -a, --add Creates a data file from the news file you point to + -r, --read Reads a zblock as a news data + -c, --create Vim is going to pop up, you will write and save your + newsletter and it's going to be saved + -s, --specs Print specs of data block ``` Clearly there is a TODO item. Import is not working so avoid it, or fix it. -- cgit v1.2.3