mirror of
https://github.com/mainnika/acpi-wakeup-fixxer.git
synced 2026-05-22 15:53:40 +00:00
remove invalid noargs
This commit is contained in:
@@ -15,9 +15,8 @@ var (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var rootCmd = &cobra.Command{
|
var rootCmd = &cobra.Command{
|
||||||
Use: "acpi-wakeup-fixxer",
|
|
||||||
Short: "A CLI tool to fix ACPI wakeup issues",
|
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.",
|
Long: "acpi-wakeup-fixxer is a command-line tool to fix ACPI wakeup issues on your system.",
|
||||||
Run: rootCmdRun,
|
Run: rootCmdRun,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user