aboutsummaryrefslogtreecommitdiffstats
path: root/commands/commands.go
Commit message (Expand)AuthorAgeFilesLines
* fix(commands): create env.Env once for all Cobra commandsSteve Moyer2023-01-171-2/+1
* commands: reorg into different packagesMichael Muré2022-11-201-7/+9
* commands: cleanup the command's usage to avoid warnings when generating the docMichael Muré2020-07-281-1/+1
* commands: refactor to avoid globalsMichael Muré2020-06-281-32/+37
* various cleanups suggested by golang-ciMichael Muré2020-02-081-3/+1
* commands: add a "." at the end of Short commands usageMichael Muré2019-03-011-1/+1
* commands: make the "commands" command show subcommands as wellMichael Muré2018-09-161-6/+24
* ls: support expressing a query with flags as wellMichael Muré2018-09-101-0/+2
* cleanup go importsMichael Muré2018-08-131-0/+1
* generate markdown documentationMichael Muré2018-07-201-1/+1
* rework all the commands to use cobra as a parserMichael Muré2018-07-191-30/+30
* commands: sort commands by nameMichael Muré2018-07-161-2/+13
* rework the commands thing and add a "commands" command to list all commandsMichael Muré2018-07-161-20/+33
* add a "comment" commandMichael Muré2018-07-151-4/+5
* list --> ls, silly !Michael Muré2018-07-151-1/+1
* add a primitive "list" commandMichael Muré2018-07-141-0/+1
* serialize a Bug to git as a blob+tree+commit+refMichael Muré2018-07-131-1/+0
* create the Bug structureMichael Muré2018-07-131-12/+0
* add the new bug command with a very primitive bug datastructureMichael Muré2018-07-121-0/+2
* more experimentMichael Muré2018-07-121-0/+40