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