@aws-amplify/cli-internal
Version:
Amplify CLI
9 lines • 316 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.run = void 0;
const show_all_help_1 = require("../extensions/amplify-helpers/show-all-help");
const run = async (context) => {
(0, show_all_help_1.showAllHelp)(context);
};
exports.run = run;
//# sourceMappingURL=amplify.js.map
;