We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8773a99 commit 4804c8bCopy full SHA for 4804c8b
command/alias.go
@@ -9,15 +9,6 @@ import (
9
"github.com/spf13/cobra"
10
)
11
12
-// TODO
13
-// - [ ] DEBUG support
14
-// - [x] blank aliases stanza
15
-// - [x] give our commands precedence
16
-// - [x] prevent overriding existing gh command
17
-// - [x] allow overwriting alias
18
-// - [x] forward extra arguments
19
-// - [x] allow duplication of placeholder
20
-
21
func init() {
22
RootCmd.AddCommand(aliasCmd)
23
aliasCmd.AddCommand(aliasSetCmd)
0 commit comments