Skip to content

Commit

Permalink
refactor(:src/cli/cli.cc): suggested changes from @chicoxyzzy
Browse files Browse the repository at this point in the history
Co-authored-by: Sergey Rubanov <chi187@gmail.com>
  • Loading branch information
jwerle and chicoxyzzy committed Jul 14, 2023
1 parent 9ba66cb commit 3f85982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/cli.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2000,7 +2000,7 @@ int main (const int argc, const char* argv[]) {
});

Options printBuildDirOptions = {
{ { "--platform" }, true }, { { "--root" }, true}
{ { "--platform" }, true, true }, { { "--root" }, true, false}
};

createSubcommand("print-build-dir", printBuildDirOptions, true, [&](Map optionsWithValue, std::unordered_set<String> optionsWithoutValue) -> void {
Expand Down

0 comments on commit 3f85982

Please sign in to comment.