aboutsummaryrefslogtreecommitdiffstats
path: root/commands/label_add.go
Commit message (Expand)AuthorAgeFilesLines
* commands: reorg into different packagesMichael Muré2022-11-201-45/+0
* Add command-specific argument completionsJohannes Altmanninger2022-05-011-0/+1
* commands: proper backend close on RunE errorMichael Muré2021-05-091-6/+5
* make sure every text input is safe and validatedMichael Muré2021-04-171-1/+2
* commands: cleanup the command's usage to avoid warnings when generating the docMichael Muré2020-07-281-3/+5
* commands: open and close the backend in a single place, simplify commandsMichael Muré2020-06-281-13/+5
* commands: refactor to avoid globalsMichael Muré2020-06-281-16/+19
* bridge: huge refactor to accept multiple kind of credentialsMichael Muré2019-12-081-1/+1
* Select and Label command documentationJocelyn FACCHINI2019-03-231-1/+1
* commands: add a "." at the end of Short commands usageMichael Muré2019-03-011-1/+1
* github: fix 3 edge-case failuresMichael Muré2019-03-011-1/+1
* moved cleaner function to util/interruptRafael Passos2018-10-241-2/+2
* Registering lock clearing functions to CleanerRafael Passos2018-10-231-0/+2
* commands: don't load the repo for commands that don't need itMichael Muré2018-10-171-3/+4
* commands: cleanup file nameMichael Muré2018-09-241-0/+44