mirror of
https://github.com/juanfont/headscale.git
synced 2024-12-20 19:09:07 +01:00
apply styling fixes
This commit is contained in:
parent
4e686f8b77
commit
1b3a7bbf03
@ -48,11 +48,14 @@ func init() {
|
||||
nodeCmd.AddCommand(deleteNodeCmd)
|
||||
|
||||
moveNodeCmd.Flags().Uint64P("identifier", "i", 0, "Node identifier (ID)")
|
||||
|
||||
err = moveNodeCmd.MarkFlagRequired("identifier")
|
||||
if err != nil {
|
||||
log.Fatalf(err.Error())
|
||||
}
|
||||
|
||||
moveNodeCmd.Flags().StringP("namespace", "n", "", "New namespace")
|
||||
|
||||
err = moveNodeCmd.MarkFlagRequired("namespace")
|
||||
if err != nil {
|
||||
log.Fatalf(err.Error())
|
||||
|
Loading…
Reference in New Issue
Block a user