Skip to content

Commit

Permalink
Capture remaining arguments for bpftime start (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
caizixian authored Jan 28, 2024
1 parent e26c907 commit e5bd055
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/cli-cpp/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ int main(int argc, const char **argv)
.flag();
start_command.add_argument("COMMAND")
.nargs(argparse::nargs_pattern::at_least_one)
.remaining()
.help("Command to run");

argparse::ArgumentParser attach_command("attach");
Expand Down

0 comments on commit e5bd055

Please sign in to comment.