Skip to content

Commit

Permalink
bump 307lib
Browse files Browse the repository at this point in the history
  • Loading branch information
radj307 committed Mar 3, 2024
1 parent 0fc0708 commit c722819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 307lib
2 changes: 1 addition & 1 deletion ARRCON/ARRCON.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ int main_impl(const int argc, char** argv)
commands.insert(commands.end(), parameters.begin(), parameters.end());
}

const bool noPrompt{ args.check_any<opt3::Flag, opt3::Option>('Q', "no-prompt")};
const bool noPrompt{ args.check_any<opt3::Flag, opt3::Option>('Q', "no-prompt") };
const bool echoCommands{ args.check_any<opt3::Flag, opt3::Option>('e', "echo") };

// Oneshot Mode
Expand Down

0 comments on commit c722819

Please sign in to comment.