summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-02-10 10:57:11 +0000
committerLars Wirzenius <liw@liw.fi>2013-02-10 10:57:11 +0000
commit499e317c1b1a1af0e99abe22b742262daeb2959f (patch)
treeb0bea561d0e5e8f8a68f991afb5502d0451f13cc
parent9eb472a7d1e4f90effd862522ecb898128e36704 (diff)
downloadcliapp-499e317c1b1a1af0e99abe22b742262daeb2959f.tar.gz
Update NEWS
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 235f8bd..ec86219 100644
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,9 @@ Version UNRELEASED
* Subcommands added with `add_subcommand` may now have aliases.
Subcommands defined using `Application` class methods named `cmd_*`
cannot have aliases.
+* Settings and subcommands may now be hidden from `--help` and `help`
+ output. New option `--help-all` and new subcommand `help-all` show
+ everything.
Bug fixes: