X Tutup
Skip to content

Commit 4804c8b

Browse files
committed
odot
1 parent 8773a99 commit 4804c8b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

command/alias.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@ import (
99
"github.com/spf13/cobra"
1010
)
1111

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-
2112
func init() {
2213
RootCmd.AddCommand(aliasCmd)
2314
aliasCmd.AddCommand(aliasSetCmd)

0 commit comments

Comments
 (0)
X Tutup