summaryrefslogtreecommitdiffstatshomepage
path: root/commands/commands.go
Commit message (Expand)AuthorAge
* feat: update references to the git-bug organization (#1249)sudoforge2024-08-24
* fix(commands): create env.Env once for all Cobra commandsSteve Moyer2023-01-17
* commands: reorg into different packagesMichael Muré2022-11-20
* commands: cleanup the command's usage to avoid warnings when generating the docMichael Muré2020-07-28
* commands: refactor to avoid globalsMichael Muré2020-06-28
* various cleanups suggested by golang-ciMichael Muré2020-02-08
* commands: add a "." at the end of Short commands usageMichael Muré2019-03-01
* commands: make the "commands" command show subcommands as wellMichael Muré2018-09-16
* ls: support expressing a query with flags as wellMichael Muré2018-09-10
* cleanup go importsMichael Muré2018-08-13
* generate markdown documentationMichael Muré2018-07-20
* rework all the commands to use cobra as a parserMichael Muré2018-07-19
* commands: sort commands by nameMichael Muré2018-07-16
* rework the commands thing and add a "commands" command to list all commandsMichael Muré2018-07-16
* add a "comment" commandMichael Muré2018-07-15
* list --> ls, silly !Michael Muré2018-07-15
* add a primitive "list" commandMichael Muré2018-07-14
* serialize a Bug to git as a blob+tree+commit+refMichael Muré2018-07-13
* create the Bug structureMichael Muré2018-07-13
* add the new bug command with a very primitive bug datastructureMichael Muré2018-07-12
* more experimentMichael Muré2018-07-12