🧹: gofmt

This commit is contained in:
Henrique Dias
2019-01-05 23:01:16 +00:00
parent d309066def
commit 92fda0070c
12 changed files with 22 additions and 23 deletions

View File

@@ -20,12 +20,12 @@ func init() {
var rulesCmd = &cobra.Command{
Use: "rules",
Short: "Rules management utility",
Long: `On each subcommand you'll have available at least two flags:
Long: `On each subcommand you'll have available at least two flags:
"username" and "id". You must either set only one of them
or none. If you set one of them, the command will apply to
an user, otherwise it will be applied to the global set or
rules.`,
Args: cobra.NoArgs,
Args: cobra.NoArgs,
Run: func(cmd *cobra.Command, args []string) {
cmd.Help()
os.Exit(0)