Skip to content

Truncated versions of each switch - make available -d instead of --hashtable #12

@fckyough

Description

@fckyough

When not used from a scripting environment, it can become very frustrating to have to remember and type out every single long switch text before each command.

Example, these two commands should be interchangeable:

wadtools e -i "%live%\UI.wad.client" -o "%desktop%\UI" -d "%hashfile%" -f bin
wadtools extract -i "%live%\UI.wad.client" -o "%desktop%\UI" --hashtable "%hashfile%" --filter-type bin

wadtools:
e OR extract
d OR diff
h OR help
diff:
-d OR --hashtable
extract:
-d OR --hashtable
-f OR --filter-type
-x OR --pattern

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions