]> rtime.felk.cvut.cz Git - notmuch.git/commit
cli: Add support for parsing multiple keyword arguments
authorJani Nikula <jani@nikula.org>
Sat, 6 Sep 2014 12:53:28 +0000 (15:53 +0300)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 5 Oct 2014 20:42:20 +0000 (22:42 +0200)
commit3edb23c23e64522c17df8ef6c6951a495fb86a1c
treedb1dc90504a5d14797e485b1db4fe2f3aaa8c101
parente347930a78ec6337430226fa7aba24bf02bfe565
cli: Add support for parsing multiple keyword arguments

This allows having multiple --foo=bar --foo=baz options on the command
line, with the corresponding values OR'd together.

[Test added by Michal Sojka]
command-line-arguments.c
command-line-arguments.h
test/T410-argument-parsing.sh
test/arg-test.c