- 000
Hi, I was wondering if there was a way to get a list of flags for a particular command that has been defined using
cmd.Flags().StringVarP(&file, "file", "f", fileDefault, "Source file")
I've gone through the docs but was not able to find any function for this.
For now, I'm able to get a list of...