mirror of
https://github.com/Belphemur/CBZOptimizer.git
synced 2025-10-13 20:18:52 +02:00
fix: lint
This commit is contained in:
@@ -44,7 +44,7 @@ func init() {
|
||||
|
||||
AddCommand(command)
|
||||
}
|
||||
func WatchCommand(cmd *cobra.Command, args []string) error {
|
||||
func WatchCommand(_ *cobra.Command, args []string) error {
|
||||
path := args[0]
|
||||
if path == "" {
|
||||
return fmt.Errorf("path is required")
|
||||
|
Reference in New Issue
Block a user