bin/beau

Summary

Maintainability
Test Coverage
#!/usr/bin/env node
 
require('@oclif/command')
.run()
.catch(require('@oclif/errors/handle'));