Mix of --<option> and -<option>
Open
- Dominant language
- Go
- Stars
- 13.6k
- Forks
- 1.4k
- Avg merge
- 2h 31m
- Merged PRs (30d)
- 4
Description
The output of `gh-ost --help` shows short options like `-database` in go-style.
However `gh-ost` without options shows `2016-08-03 09:16:34 FATAL --database must be provided and database name must not be empty` with `--database` instead.
Let's settle for the go-style one-dash options instead of the GNU style long options.
This prevents the later use Unix style short options, but that should be fine
Contributor guide
Assessment
This issue has not been assessed yet.