Skip to content

Commit

Permalink
Merge 731936c into backport/f-bootstrap-token/seriously-heroic-sparrow
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-nomad-core authored Jun 3, 2022
2 parents c429bdb + 731936c commit df707b9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions command/acl_bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,15 @@ Bootstrap Options:
-t
Format and display the bootstrap response using a Go template.
-bootstrap-token
Provide an operator generated management token.
`
return strings.TrimSpace(helpText)
}

func (c *ACLBootstrapCommand) AutocompleteFlags() complete.Flags {
return mergeAutocompleteFlags(c.Meta.AutocompleteFlags(FlagSetClient),
complete.Flags{
"-json": complete.PredictNothing,
"-t": complete.PredictAnything,
"-bootstrap-token": complete.PredictAnything,
"-json": complete.PredictNothing,
"-t": complete.PredictAnything,
})
}

Expand Down

0 comments on commit df707b9

Please sign in to comment.