Implement output for --help flag #4
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The detection of the
--help
flag is already implemented in version 0.1 but what is missing is the text output to be displayed in both English and German.I should also think about potential other flags that could be set up. And maybe running the program without any arguments at all should behave like
--help
just to make it easier for new users. There's nothing else useful the program could do in that case and they would, of course, learn about the required argument through the short help text.I should remember to put a hyperlink to this repository into the help text while I'm at it, too.
I have heard that .properties files can be used (with ResourceBundles?) to load things like translation strings from dedicated files. I'll need to investigate this.
0.2.0 was released on January 2nd and did not resolve this issue. Changing the milestone...