mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-05-04 06:13:53 +00:00
style: pre-commit.ci fixes
This commit is contained in:
parent
d376292ff5
commit
c59489e641
@ -78,7 +78,7 @@ void addSubcommandCloseMatchDetection(CLI::App *app, std::size_t minDistance = 3
|
||||
}
|
||||
}
|
||||
// add a callback that runs before a final callback and loops over the remaining arguments for subcommands
|
||||
app->parse_complete_callback([app, minDistance,list=std::move(list)]() {
|
||||
app->parse_complete_callback([app, minDistance, list = std::move(list)]() {
|
||||
auto extras = app->remaining();
|
||||
if(extras.empty()) {
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user