From: Daniel Kahn Gillmor Date: Mon, 25 Dec 2017 18:42:26 +0000 (-0400) Subject: cli: some keyword options can be supplied with no argument X-Git-Tag: 0.26_rc1~15 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=0ada2a05c94de72bc2c7c57a790e92b77af37a42;hp=0ada2a05c94de72bc2c7c57a790e92b77af37a42 cli: some keyword options can be supplied with no argument 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. ---