Releases: hedzr/cmdr
Releases · hedzr/cmdr
v1.0.5
v1.0.3
v1.0.2
v1.0.1
v1.0.0
v0.2.25
v0.2.23
bump to v0.2.21
- daemon: fixed wrong workdir,logdir - daemon: add flags for `server stop`: -1, -3, ... - daemon: using forking systemd type now. - config: fixed `--config` - demo: add test/demo codes - refine the codes
bump to v0.2.19
- codecov to 91% - gocov to 93.7% - reviewed all codes and fixed bugs - fixed: data racing on SetNx/Set, and config files reloaded - added: passwd input safely
bump to v0.2.17: fluent api style and more
- `--tree`; - fluent api style; - yaml/json/toml for config files loading/saving; - `daemon.Enable()` was modified and improved; - adds finder: FindSubCommand, FindFlag, FindSubCommandRecursive, FindFlagRecursive - bugs fixed - ...