]> rtime.felk.cvut.cz Git - notmuch.git/commit
cli: search: Convert --output to keyword argument
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 1 Nov 2014 22:17:43 +0000 (23:17 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 2 Nov 2014 00:22:18 +0000 (01:22 +0100)
commit7648f2a6987070701b5689c3d880043547422f43
treef09f1f2141036d41a8073559367a310e40349918
parent7925321615c714c7bc6231a0c873a51379352f41
cli: search: Convert --output to keyword argument

Now, when address related outputs are in a separate command, it makes
no sense to combine multiple --output options in search command line.
Using switch statement to handle different outputs is more readable
than a series of if statements.
doc/man1/notmuch-search.rst
notmuch-search.c