1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2024-09-28 19:31:59 +02:00

Fix staticcheck

This commit is contained in:
binwiederhier 2023-01-29 22:05:50 -05:00
parent 4f5e40e161
commit 4ad1099e9f

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",