mirror of
https://github.com/foambubble/foam.git
synced 2026-04-24 03:01:01 -04: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'))
|