remove invalid noargs

This commit is contained in:
2024-05-18 07:03:10 +02:00
parent 1dfa53c0af
commit 117fcf3dab
+1 -2
View File
@@ -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,
}