aboutsummaryrefslogtreecommitdiffstats
path: root/commands/commands.go
Commit message (Expand)AuthorAgeFilesLines
* 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