summaryrefslogtreecommitdiffstatshomepage
path: root/commands/ls-id.go
Commit message (Collapse)AuthorAge
* commands: reorg into different packagesMichael Muré2022-11-20
|
* refactor(git-bug-863): merge ls-id into lsSteve Moyer2022-09-25
| | | | | | | | The "ls" command allows filtering and sorting and already features different output formatters. Merging "ls-id" into "ls" cleans up the command hierarchy and allows users to take advantage of these querying features. Resolves #863.
* commands: proper backend close on RunE errorMichael Muré2021-05-09
|
* 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
|
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-12
|
* commands: fix ls-id descriptionMichael Muré2019-05-04
|
* Added Register.CleanerSladyn2019-03-06
|
* Combined variable declaration and assignmentSladyn2019-03-05
|
* ls-id.go: Fixing ls-idSladyn2019-03-05
| | | | | Adding check for length of args Pulling bugIds from correct backend.
* ls-id.go:Add ls-id [<prefix>] commandSladyn2019-02-25
| | | | | | | | This file adds the ls-id command which returns the bug id matching the prefix the user enters. If no prefix entered it lists all the BugId's Closes #47
* ls-id.go: Add ls-id [<prefix>] commandSladyn2019-02-14
This file adds the ls-id command which returns the bug id matching the prefix the user enters. If no prefix entered it lists all the BugId's Closes https://github.com/MichaelMure/git-bug/issues/47