From 62112c99248f0e6be700d2ad022aea1193d4c3e5 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 26 Jul 2020 01:51:36 +0300 Subject: [PATCH] minor fixes to docs... Signed-off-by: Alex A. Naanou --- README.md | 41 ++++++++++++++++++++++++----------------- argv.js | 4 +++- test.js | 8 +++++++- 3 files changed, 34 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 00a4b30..1c3c6ed 100644 --- a/README.md +++ b/README.md @@ -26,20 +26,21 @@ This code is an evolution of that parser. implicit `-a 123` (requires definition or manual handling) or explicit `-a=123` - Environment variable option/command value defaults +- Option/command value conversion +- Option/command value collection - Multiple option prefix support - Reasonable defaults: - `-help` – generate and print help - `-version` – print version - `-` – stop argument processing - Extensible: - - Hooks for option value conversion - Hooks for dynamic option/command handling - Customizable error and stop condition handling ## Planned Features - Run `-` scripts -- Option grouping (???) +- Option doc grouping (???) @@ -66,7 +67,7 @@ This code is an evolution of that parser. - [`