]> git.notmuchmail.org Git - notmuch/commitdiff
cli: some keyword options can be supplied with no argument
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Mon, 25 Dec 2017 18:42:26 +0000 (14:42 -0400)
committerDavid Bremner <david@tethera.net>
Fri, 29 Dec 2017 20:45:35 +0000 (16:45 -0400)
We might change some notmuch command line tools that used to be
booleans into keyword arguments.

In that case, there are some legacy tools that will expect to be able
to do "notmuch foo --bar" instead of "notmuch foo --bar=baz".

This patch makes it possible to support that older API, while
providing a warning and an encouragement to upgrade.


No differences found