mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08: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