mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-01 13:13:53 +00:00
Fix for spurious printout (#177)
This commit is contained in:
parent
6bd31c392d
commit
b683f4ed96
@ -1414,7 +1414,6 @@ class App {
|
||||
if(level < item.parents.size()) {
|
||||
App *subcom;
|
||||
try {
|
||||
std::cout << item.parents.at(level) << std::endl;
|
||||
subcom = get_subcommand(item.parents.at(level));
|
||||
} catch(const OptionNotFound &) {
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user