From 10ba2246f9b5285f5118a5ba5be134724af4bbe0 Mon Sep 17 00:00:00 2001 From: Steve Moyer Date: Sun, 25 Sep 2022 08:05:34 -0400 Subject: refactor(git-bug-863): merge ls-id into ls 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. --- doc/md/git-bug_ls-id.md | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 doc/md/git-bug_ls-id.md (limited to 'doc/md/git-bug_ls-id.md') diff --git a/doc/md/git-bug_ls-id.md b/doc/md/git-bug_ls-id.md deleted file mode 100644 index 493a1829..00000000 --- a/doc/md/git-bug_ls-id.md +++ /dev/null @@ -1,18 +0,0 @@ -## git-bug ls-id - -List bug identifiers. - -``` -git-bug ls-id [PREFIX] [flags] -``` - -### Options - -``` - -h, --help help for ls-id -``` - -### SEE ALSO - -* [git-bug](git-bug.md) - A bug tracker embedded in Git. - -- cgit