budibase/packages/cli/src/options.js

6 lines
97 B
JavaScript
Raw Normal View History

2021-02-25 15:42:50 +01:00
const hosting = require("./hosting")
exports.getCommands = () => {
return [hosting.command]
2021-02-25 15:42:50 +01:00
}