bisect--helper: use OPT_CMDMODE instead of OPT_BOOL
authorPranit Bauva <redacted>
Fri, 29 Sep 2017 06:49:39 +0000 (06:49 +0000)
committerJunio C Hamano <redacted>
Fri, 6 Oct 2017 05:12:28 +0000 (14:12 +0900)
commit9e1c84dfd5311c80962ea0f8a1589881c20d028d
tree20636ad7fa6d88abcb2c41ac509798cba0379d59
parent217f2767cbcb562872437eed4dec62e00846d90c
bisect--helper: use OPT_CMDMODE instead of OPT_BOOL

`--next-all` is meant to be used as a subcommand to support multiple
"operation mode" though the current implementation does not contain any
other subcommand along side with `--next-all` but further commits will
include some more subcommands.

Helped-by: Johannes Schindelin <redacted>
Mentored-by: Lars Schneider <redacted>
Mentored-by: Christian Couder <redacted>
Signed-off-by: Pranit Bauva <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/bisect--helper.c
git clone https://git.99rst.org/PROJECT