cycloid-cli icon indicating copy to clipboard operation
cycloid-cli copied to clipboard

-V key=val update does not work with bool or numbers

Open fhacloid opened this issue 1 year ago • 0 comments

The -V flags does not process boolean or number values.

Todo:

  • Refactor common.UpdateMapField() to be able to inject any type of value function
  • Since flags() will ingest only integers, add some logic to parse the string and extract boolean or numbers.

fhacloid avatar Jul 09 '24 10:07 fhacloid