From 13c8c3da6f72b5c719a9259f25b8dd8cccd8ef18 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 2 Aug 2020 04:24:24 +0300 Subject: [PATCH] docs... Signed-off-by: Alex A. Naanou --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1262b8c..bf03a53 100644 --- a/README.md +++ b/README.md @@ -456,14 +456,15 @@ Options: -v, --version - show options.js verion and exit -q, --quiet - quiet mode -r, --required - set .required_option_given to true - (Required) + (required) --default=VALUE - option with default value - (Default: some value) + (default: some value) --bool - if given set .bool to true --value=X - set .x to X + (required value) --int=INT - pass an integer value --home=HOME - set home path - (Env: $HOME) + (env: $HOME) -p, --push=ELEM - push elements to a .list -c - command --active - basic active option @@ -478,9 +479,11 @@ Options: Commands: command - command nested - nested + (more: .. nested -h) bare - bare + (more: .. bare -h) -Written by John Smith (2.8.1 / BSD-3-Clause). +Written by John Smith (2.9.4 / BSD-3-Clause). ### stopped at --help. ```