remove invalid noargs

main
Nikita Tokarchuk 4 months ago
parent 1dfa53c0af
commit 117fcf3dab
Signed by: mainnika
GPG Key ID: 5CDEED14F48FA79D
  1. 3
      cmd/acpi-wakeup-fixxer/main.go

@ -15,9 +15,8 @@ var (
)
var rootCmd = &cobra.Command{
Use: "acpi-wakeup-fixxer",
Short: "A CLI tool to fix ACPI wakeup issues",
Args: cobra.NoArgs,
Use: "acpi-wakeup-fixxer",
Long: "acpi-wakeup-fixxer is a command-line tool to fix ACPI wakeup issues on your system.",
Run: rootCmdRun,
}

Loading…
Cancel
Save