fix: CLI_ARGS is a string and not an array #2594
Annotations
6 errors and 1 warning
|
|
|
cmd/task/task.go#L89
cannot use name (variable of type byte) as string value in argument to filepathext.SmartJoin (typecheck)
|
|
cmd/task/task.go#L87
cannot use name (variable of type byte) as string value in argument to filepath.Ext
|
|
cmd/task/task.go#L87
cannot use name (variable of type byte) as string value in argument to filepath.Dir
|
|
cmd/task/task.go#L87
cannot use filepathext.SmartJoin(filepath.Dir(name), "Taskfile" + filepath.Ext(name)) (value of type string) as byte value in assignment
|
|
cmd/task/task.go#L86
cannot use name (variable of type byte) as string value in argument to filepathext.IsExtOnly
|
|
|
The logs for this run have expired and are no longer available.
Loading