From 117fcf3daba0b6eab48a309780c77269a7c41a92 Mon Sep 17 00:00:00 2001 From: Nikita Tokarchuk Date: Sat, 18 May 2024 07:03:10 +0200 Subject: [PATCH] remove invalid noargs --- cmd/acpi-wakeup-fixxer/main.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cmd/acpi-wakeup-fixxer/main.go b/cmd/acpi-wakeup-fixxer/main.go index 331b646..516b44f 100644 --- a/cmd/acpi-wakeup-fixxer/main.go +++ b/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, }