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. - [`