Browse Source

Commands for everyone

master
Gregory Rudolph 3 years ago
parent
commit
17141a8ea4
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 1
      commands.go

1
commands.go

@ -48,6 +48,7 @@ func setupCommands() { @@ -48,6 +48,7 @@ func setupCommands() {
snap := Command{
Name: "Snap",
RequiresAdmin: false,
Keywords: []string{"snap", "purge", "sn"},
Exec: Snap,
}

Loading…
Cancel
Save