Fix staticcheck

pull/600/head
binwiederhier 2023-01-29 22:05:50 -05:00
parent 4f5e40e161
commit 4ad1099e9f
1 changed files with 1 additions and 3 deletions

View File

@ -16,9 +16,7 @@ func init() {
commands = append(commands, cmdToken)
}
var flagsToken = append(
flagsUser,
)
var flagsToken = flagsUser
var cmdToken = &cli.Command{
Name: "token",