mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-29 18:33:05 +00:00
feat(aliases): add 'gen' alias for 'generate' command
This commit is contained in:
parent
21eee912a3
commit
aff6b84250
1 changed files with 3 additions and 2 deletions
|
@ -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{
|
||||
|
|
Loading…
Reference in a new issue