I suggest that you make the hyphenated version the default (while of course continuing to accept the unhyphenated versions). These days CLI interfaces based around subcommands are the norm (when wajig started, they were still rare), and with Tab completion also being the norm they prioritise readability over brevity. The one that everyone has to use, git, uses hyphens (e.g. git format-patch).
In particular, it would make the already-forbidding output of wajig help commands easier to read.
I suggest that you make the hyphenated version the default (while of course continuing to accept the unhyphenated versions). These days CLI interfaces based around subcommands are the norm (when wajig started, they were still rare), and with Tab completion also being the norm they prioritise readability over brevity. The one that everyone has to use, git, uses hyphens (e.g.
git format-patch).In particular, it would make the already-forbidding output of
wajig help commandseasier to read.