-
- Downloads
refactor(cli)!: remove the 'commands' command (#1462)
This change removes the 'commands' command. This command historically printed out all of the commands, optionally with help text. This is superfluous, as we ship a manpage for each of the common shells, have markdown documentation available in the repository, and provide help text via the `--help` flag. BREAKING-CHANGE: The `commands` command has been removed. There is no replacement planned. Users are encouraged to run `--help`, view the markdown documentation available online, or run `man git-bug` to view the manpage in your terminal. Change-Id: I8bbfb03c03c820ec0b56549e59ab76826c45b9cc
Showing
- commands/commands.go 0 additions, 80 deletionscommands/commands.go
- commands/root.go 0 additions, 1 deletioncommands/root.go
- doc/man/git-bug-commands.1 0 additions, 26 deletionsdoc/man/git-bug-commands.1
- doc/man/git-bug.1 1 addition, 1 deletiondoc/man/git-bug.1
- doc/md/git-bug.md 0 additions, 1 deletiondoc/md/git-bug.md
- doc/md/git-bug_commands.md 0 additions, 19 deletionsdoc/md/git-bug_commands.md
Loading