#I'm getting confused about how flag
1 messages · Page 1 of 1 (latest)
What command do you run exactly to encounter the conflict, and what is the error message?
I'm running:
dagger -v call --source ... lint
I've written my own go module with a lint function based off the one I linked. I have the verbose flag defaulted to false:
// Verbose output.
// +optional
verbose bool,
The error I get is:
▼ parsing command line arguments 0.1s ERROR
! flag already exists: verbose
@slow mist This one