publish list-setters command

This commit is contained in:
Phillip Wittrock
2020-01-04 09:26:57 -08:00
parent 8b10aea859
commit d489bdedd7
6 changed files with 115 additions and 19 deletions

View File

@@ -78,6 +78,7 @@ func NewConfigCommand(name string) *cobra.Command {
root.AddCommand(commands.CountCommand(name))
root.AddCommand(commands.RunFnCommand(name))
root.AddCommand(commands.SetCommand(name))
root.AddCommand(commands.ListSettersCommand(name))
root.AddCommand(commands.CreateSetterCommand(name))
root.AddCommand(&cobra.Command{