flood-tide-gen 0.1.8

command line flag and option parse utilities
Documentation
TBD
===
Unreleased changes. Release notes have not yet been written.

0.1.8 (2021-04-06)
=====

* add support the single only option: -X <option>

0.1.7 (2021-04-03)
=====

* add cmd_opt_conf_has_subcmd and subcmd_opt_conf into SrcHelpFlags
* change param type: fn update_file(sss: &str, file_path: &str)
* update depends

0.1.6 (2021-03-02)
=====

* add OptStr::is_opt for supporting Option<T> field.

0.1.5 (2021-02-28)
=====

* add MetaType::Other(String)
* change MetaType.as_str() to MetaType.as_type_string()

0.1.4 (2021-02-27)
=====

* add support some "ptions:" line in cmd.txt

0.1.3 (2021-02-21)
=====

* rename enum: CmdOP to CmdOp of output in gen_src_help(), it is clippy friends.
* rename field: opt_program to prog_name of struct CmdOptConf in gen_src_help()

0.1.2 (2021-02-07)
=====

* add out_flags: SrcHelpFlags to gen_src_help().

0.1.1 (2021-02-05)
=====

* add support trait HelpVersion
* modify README.md

0.1.0 (2021-01-17)
=====
first commit