bossy icon indicating copy to clipboard operation
bossy copied to clipboard

Command line options parser

Results 1 bossy issues
Sort by recently updated
recently updated
newest added

`Bossy.usage()` gives an incorrect way of calling alias shortname when greater than 1 character. **Given:** `./sample.js` ```js const definition = { options: { description: 'options', alias: 'o' }, organization: {...

bug