Skip to content

Arguable 0.0.18

Choose a tag to compare

@bigeasy bigeasy released this 26 May 15:12
· 636 commits to master since this release

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.