UNPKG

@bscotch/stitch

Version:

Stitch: The GameMaker Studio 2 Asset Pipeline Development Kit.

26 lines 746 B
import { oneline } from '@bscotch/utility'; export default { force: [ '-f --force', oneline ` Bypass safety checks, including the normal requirement that the project be in a clean git state. Only use this option if you know what you're doing. `, ], targetProject: [ '-t --target-project <path>', oneline ` Path to the target GameMaker Studio 2 project. If not set, will auto-search the current directory. `, ], watch: [ '--watch', oneline ` Run the command with a watcher, so that it will re-run any time there is a change to the source files that might warrant a re-run. `, ], }; //# sourceMappingURL=cli-options.js.map