mirror of
https://github.com/foambubble/foam.git
synced 2026-01-14 08:27:59 -05:00
6 lines
132 B
JavaScript
Executable File
6 lines
132 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
require('@oclif/command').run()
|
|
.then(require('@oclif/command/flush'))
|
|
.catch(require('@oclif/errors/handle'))
|