From 00658b394635017c8f95860ceaaec03c4e7b3910 Mon Sep 17 00:00:00 2001 From: komuw Date: Wed, 24 Oct 2018 19:21:10 +0300 Subject: [PATCH] update --- PITCHME.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/PITCHME.md b/PITCHME.md index 2050e12d..418f16db 100644 --- a/PITCHME.md +++ b/PITCHME.md @@ -180,12 +180,22 @@ Your app queues messages, naz consumes from that queue and then sends those mess --- #### 5.6 cli app -this is installed when you install `naz`. -``` +this is installed when you install `naz`. +```sh naz-cli --help ``` -`naz-cli` consumes the `naz` api. -It accepts a json config file. +```bash +usage: naz [-h] [--version] --config CONFIG + +naz is an SMPP client. +example usage: naz-cli --config /path/to/my_config.json + +optional arguments: + -h, --help show this help message and exit + --version The currently installed naz version. + --config CONFIG The config file to use. eg: --config + /path/to/my_config.json +``` --- #### 5.6 cli app; example