UNPKG

@aws-amplify/cli-internal

Version:
9 lines 316 B
"use strict"; 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