mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-01 21:23:52 +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()) {
|
if(level < item.parents.size()) {
|
||||||
App *subcom;
|
App *subcom;
|
||||||
try {
|
try {
|
||||||
std::cout << item.parents.at(level) << std::endl;
|
|
||||||
subcom = get_subcommand(item.parents.at(level));
|
subcom = get_subcommand(item.parents.at(level));
|
||||||
} catch(const OptionNotFound &) {
|
} catch(const OptionNotFound &) {
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user