eval-dev-quality icon indicating copy to clipboard operation
eval-dev-quality copied to clipboard

Redo options `tokens` and `urls` as it looks like we cannot separate multiple values with ","

Open zimmski opened this issue 11 months ago • 0 comments

Please help us keep the number of duplicated issues small.

Brief Description

The "," separator does not work for map[string]string options

Reproducer

I tried ...--tokens something:token,else:token and the "something" token had a value of token,else:token.

Logs


Additional Information

Tasks:

  • [ ] Remove the separators of the options
  • [ ] Test and rewrite the documentation to allow multiple option usages instead and use singular words e.g. --token name:token --token name2:token2
  • [ ] Test that we can do --token "name:token" --token "name2:token2" without introducing the " in the values

Version

v1.0.1

zimmski avatar Feb 01 '25 19:02 zimmski