ADD: added basic cli tool and updated the login modal
This commit is contained in:
@@ -8,6 +8,6 @@ var UserCmd = &cobra.Command{
|
||||
}
|
||||
|
||||
func init() {
|
||||
UserCmd.AddCommand(listCmd)
|
||||
// UserCmd.AddCommand(listCmd)
|
||||
UserCmd.AddCommand(getCmd)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user