Arguable 0.0.18
Export Wrapper
Create a module that will wrap a module in an argument parser. If the module is invoked as a main module, the argument parser is invoked with the process arguments, standard I/O and the default arguable callback. If the module is required it will export the wrapper function so that it can be invoked directly for testing.
Issue by Issue
- Create a module export wrapper. #84.