1
0
Fork 0
mirror of synced 2024-09-08 21:51:58 +12:00
budibase/packages/cli/src/options.js

7 lines
157 B
JavaScript
Raw Normal View History

2021-03-30 05:40:17 +13:00
const analytics = require("./analytics")
2021-02-26 03:42:50 +13:00
const hosting = require("./hosting")
exports.getCommands = () => {
2021-03-30 05:40:17 +13:00
return [hosting.command, analytics.command]
2021-02-26 03:42:50 +13:00
}