Adds nickname command for friendly command prompts #61
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds the nickname command, command line argument, and properties file property to reflect a friendly name in the command prompt and
!list
command.OR invoke at command line:
OR use in a properties file:
I originally wanted to name this command
alias
and use a-a
option at the command prompt, but I realized thatalias
andunalias
also seemed to be reserved for a future command alias function, so I went withnickname
. I was also a little confused about which documentation files were autogenerated and which I needed to update. Let me know if I missed any!