mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 15:27:37 +00:00
feat(aliases): add 'gen' alias for 'generate' command
This commit is contained in:
@@ -13,8 +13,9 @@ func init() {
|
||||
}
|
||||
|
||||
var generateCmd = &cobra.Command{
|
||||
Use: "generate",
|
||||
Short: "Generate commands",
|
||||
Use: "generate",
|
||||
Short: "Generate commands",
|
||||
Aliases: []string{"gen"},
|
||||
}
|
||||
|
||||
var generatePrivateKeyCmd = &cobra.Command{
|
||||
|
Reference in New Issue
Block a user