mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
@ -24,6 +24,9 @@ func licenses() *cobra.Command {
|
||||
Short: "Add, delete, and list licenses",
|
||||
Use: "licenses",
|
||||
Aliases: []string{"license"},
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
return cmd.Help()
|
||||
},
|
||||
}
|
||||
cmd.AddCommand(
|
||||
licenseAdd(),
|
||||
|
Reference in New Issue
Block a user