#I'm getting confused about how flag

1 messages · Page 1 of 1 (latest)

sage veldt
#

What command do you run exactly to encounter the conflict, and what is the error message?

cobalt delta
#

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

cobalt delta
#

@slow mist This one

slow mist
#

yup, that's the same kind of problem

#

I think there's an issue open somewhere, I'll go find it