aboutsummaryrefslogtreecommitdiffstats
path: root/commands/bug
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1001 from MichaelMure/style/clean-up-linter-issuesMichael Muré2023-01-2214-18/+17
|\
| * docs(commands): try to make cleaned argument use more obviousSteve Moyer2023-01-203-3/+6
| * style: resolve PR commentsSteve Moyer2023-01-194-10/+4
| * style: clean up linter complaintsSteve Moyer2023-01-1810-11/+13
* | commands: add a helper to generate testing regex for CLI outputMichael Muré2023-01-221-23/+59
* | commands: different pattern to detect changed flagsMichael Muré2023-01-182-18/+22
|/
* fix(commands): replace missing importSteve Moyer2023-01-171-0/+1
* Merge branch 'master' of github.com:MichaelMure/git-bugSteve Moyer2023-01-173-90/+74
|\
| * commands: remove compact style for "bug", as the width adaptive default rende...Michael Muré2023-01-173-88/+53
| * command: adapt the output of the bug list to the terminal sizeMichael Muré2023-01-171-3/+22
* | fix(commands): create env.Env once for all Cobra commandsSteve Moyer2023-01-1717-61/+33
|/
* fix(commands): run tests in ./commands/... without ANSI colorSteve Moyer2023-01-071-0/+17
* commands: share JSON creationMichael Muré2022-12-293-118/+8
* commands: generic "select" code, move bug completion in bugcmdMichael Muré2022-12-2717-258/+133
* commands: move bug specific input code into commands/bug/inputMichael Muré2022-12-275-15/+245
* cache: fix some bugs after refactorMichael Muré2022-12-231-4/+1
* cache: tie up the refactor up to compilingMichael Muré2022-12-218-34/+36
* WIPMichael Muré2022-11-281-3/+3
* commands: reorg into different packagesMichael Muré2022-11-2031-0/+2240