From f4e9460b6f698df925a4827d8a47b1756dfce357 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dangle=20Nu=C3=B1o?= Date: Thu, 3 Aug 2017 12:48:06 -0600 Subject: [PATCH] Update the README. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b478d5c..74eddfd 100644 --- a/README.rst +++ b/README.rst @@ -27,6 +27,7 @@ Features - Automatic creation of console scripts and entry points based on usage strings. - Argument parsing based on usage string. +- Usage string wrapping. - Command line arguments are normalized into python function parameters. - Validation of command line arguments using `PEP 484`_ type hints. - Logging with multiple levels and crash log generation. @@ -38,7 +39,6 @@ Upcoming Features ----------------- - Automatic generation of bash and zsh autocompletion scripts. -- Usage string wrapping. - Internationalization of usage strings.