This commit is contained in:
vilmibm 2020-05-27 23:28:41 -05:00
parent 8773a997ee
commit 4804c8bc77

View file

@ -9,15 +9,6 @@ import (
"github.com/spf13/cobra"
)
// TODO
// - [ ] DEBUG support
// - [x] blank aliases stanza
// - [x] give our commands precedence
// - [x] prevent overriding existing gh command
// - [x] allow overwriting alias
// - [x] forward extra arguments
// - [x] allow duplication of placeholder
func init() {
RootCmd.AddCommand(aliasCmd)
aliasCmd.AddCommand(aliasSetCmd)