summaryrefslogtreecommitdiffstatshomepage
path: root/commands/title_edit.go
Commit message (Expand)AuthorAge
* commands: reorg into different packagesMichael Muré2022-11-20
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-18
* Add command-specific argument completionsJohannes Altmanninger2022-05-01
* commands: proper backend close on RunE errorMichael Muré2021-05-09
* CLI: Add non-interactive option to interactive commands (#651)Sascha2021-05-09
* make sure every text input is safe and validatedMichael Muré2021-04-17
* commands: cleanup the command's usage to avoid warnings when generating the docMichael Muré2020-07-28
* commands: open and close the backend in a single place, simplify commandsMichael Muré2020-06-28
* commands: refactor to avoid globalsMichael Muré2020-06-28
* bridge: huge refactor to accept multiple kind of credentialsMichael Muré2019-12-08
* Renamed user id to user-id and metioned bug for some commandsJocelyn FACCHINI2019-03-23
* commands: add a "." at the end of Short commands usageMichael Muré2019-03-01
* github: fix 3 edge-case failuresMichael Muré2019-03-01
* moved cleaner function to util/interruptRafael Passos2018-10-24
* Registering lock clearing functions to CleanerRafael Passos2018-10-23
* commands: don't load the repo for commands that don't need itMichael Muré2018-10-17
* commands: detect when an edit title doesn't change it and abort the operationMichael Muré2018-09-26
* commands: description cleanupMichael Muré2018-09-21
* commands: convert compatible commands to the implicit select mechanismMichael Muré2018-09-18
* commands: add a title edit commandMichael Muré2018-09-16