We need a framework for running apps from the command line.
It doesn't have to be fancy, it doesn't have to be smart.
Steps are:
- Just taking the args and passing them to a module's
#main: args methods.
- An API for parsing flags, commands, etc
- Synthesizing usage help automatically from the configuration
We need a framework for running apps from the command line.
It doesn't have to be fancy, it doesn't have to be smart.
Steps are:
#main: argsmethods.