Skip to content

bump to v1.9.6

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Dec 10:33
· 446 commits to master since this release
88859fd
- v1.9.6
  - fixed: incorrect rune count at calc escaped text in help screen.
    > help screen might not be proper in a small terminal window
  - remove deprecated internal options: `--help-zsh`, `--help-bash`
  - add new option `--man` to enter manpage entry of a sub-command, try `fluent ms tags ls --man`. [linux/darwin only]
  - fixed: Flag.Action return err but cmdr.Exec no breaking its flow.