1
0
Fork 0
mirror of synced 2024-07-29 18:15:49 +12:00
budibase/packages/cli/src/options.js
Martin McKeaveney 865a9673ba analytics client
2021-03-29 17:40:17 +01:00

7 lines
157 B
JavaScript

const analytics = require("./analytics")
const hosting = require("./hosting")
exports.getCommands = () => {
return [hosting.command, analytics.command]
}