janpieterz / CommandRunner

A simple command runner to enable quick command line developer tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate possibility of automatically mapping commands

janpieterz opened this issue · comments

We should investigate if it is possible to automatically map commands to specific command methods. This way we take a lot of 'pressure' off users of the package to parse the arguments in every command specifically to the right method.