Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve help message for CLI verbs #427

Merged
merged 2 commits into from
Jun 3, 2020
Merged

Improve help message for CLI verbs #427

merged 2 commits into from
Jun 3, 2020

Conversation

jacobperron
Copy link
Member

E.g. when running ros2 bag -h.

Before:

usage: ros2 bag [-h] Call `ros2 bag <command> -h` for more detailed usage. ...

Various rosbag related sub-commands

optional arguments:
  -h, --help            show this help message and exit

Commands:
  info    ros2 bag info
  play    ros2 bag play
  record  ros2 bag record

  Call `ros2 bag <command> -h` for more detailed usage.

After:

usage: ros2 bag [-h] Call `ros2 bag <command> -h` for more detailed usage. ...

Various rosbag related sub-commands

optional arguments:
  -h, --help            show this help message and exit

Commands:
  info    Print info about a bag to the screen
  play    Play back ROS data from a bag
  record  Record ROS data to a bag

  Call `ros2 bag <command> -h` for more detailed usage.

@jacobperron jacobperron added the enhancement New feature or request label Jun 2, 2020
Signed-off-by: Jacob Perron <[email protected]>
@Karsten1987 Karsten1987 merged commit 64f791d into master Jun 3, 2020
@delete-merged-branch delete-merged-branch bot deleted the jacob/help_verbs branch June 3, 2020 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants