Guest User

Untitled

a guest
Nov 19th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. opts = {
  2. 'foo': {
  3. alias: ['f', 'fooo'],
  4. action: zap,
  5. decription: 'this is what foo does'
  6. }
  7. }
  8.  
  9.  
  10. require('argParser').init(opts);
Add Comment
Please, Sign In to add comment