aboutsummaryrefslogtreecommitdiffstats
path: root/commands/ls-id.go
Commit message (Collapse)AuthorAgeFilesLines
* commands: cleanup the command's usage to avoid warnings when generating the docMichael Muré2020-07-281-1/+1
|
* commands: open and close the backend in a single place, simplify commandsMichael Muré2020-06-281-14/+5
|
* commands: refactor to avoid globalsMichael Muré2020-06-281-16/+17
|
* finish the refactoring for the dedicated identifier typeMichael Muré2019-08-121-3/+3
|
* commands: fix ls-id descriptionMichael Muré2019-05-041-1/+1
|
* Added Register.CleanerSladyn2019-03-061-0/+2
|
* Combined variable declaration and assignmentSladyn2019-03-051-2/+1
|
* ls-id.go: Fixing ls-idSladyn2019-03-051-2/+10
| | | | | Adding check for length of args Pulling bugIds from correct backend.
* ls-id.go:Add ls-id [<prefix>] commandSladyn2019-02-251-52/+7
| | | | | | | | 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-141-0/+80
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