Skip to content

v1.8.2

Choose a tag to compare

@zxdev zxdev released this 12 Jun 05:13
· 2 commits to main since this release

Add float support to env field parsing.

  • New f type code shown in command help for float32/float64 fields
  • setField parses floats via strconv.ParseFloat with invalid-input warnings
  • default: tags honored for float fields in conf.go
  • Example pull command gains a -r/rate float64 flag