1
0
Fork 0
mirror of synced 2024-09-17 17:57:47 +12:00
budibase/packages/cli/src/index.js

9 lines
168 B
JavaScript
Raw Normal View History

2021-02-25 06:32:45 +13:00
const hosting = require("./hosting")
const { Command } = require("commander")
const program = new Command()
program
.option(hosting.Config.short, hosting.Config.)