Skip to content
Snippets Groups Projects

Make bst help work

Merged Ed Baunton requested to merge edbaunton/add-help into master

Description

As a first time user of buildstream I blindly run bst help in the hope that it provides some useful getting started information.

Previously it would print:

$ bst help
Usage: bst [OPTIONS] COMMAND [ARGS]...

Error: No such command "help".

which was rather unhelpful.

This MR introduces the following behaviour:

bst help
Usage: bst [OPTIONS] COMMAND [ARGS]...

  Build and manipulate BuildStream projects

  Most of the main options override options in the user preferences
  configuration file.
...

CHANGELOG/Release Notes

  • Add help command

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading