1
0
mirror of https://github.com/CLIUtils/CLI11.git synced 2025-05-02 21:53:51 +00:00

Add missing case to resolve -Wswitch-enum. (#392)

This commit is contained in:
Andrew Hardin 2020-01-07 21:32:41 -07:00 committed by Henry Schreiner
parent 7a85aa9118
commit 417a978aba

View File

@ -2598,6 +2598,7 @@ class App {
throw HorribleError("windows option parsed but missing! You should not see this");
break;
case detail::Classifier::SUBCOMMAND:
case detail::Classifier::SUBCOMMAND_TERMINATOR:
case detail::Classifier::POSITIONAL_MARK:
case detail::Classifier::NONE:
default: