feat: add output directory and offline flag support in project initia…#655
Draft
vivianjeng wants to merge 1 commit intomainfrom
Draft
feat: add output directory and offline flag support in project initia…#655vivianjeng wants to merge 1 commit intomainfrom
vivianjeng wants to merge 1 commit intomainfrom
Conversation
…lization and build - Enhanced the `init_project` function to accept an optional output directory, allowing users to specify where the project should be created. - Updated the `build_project` function to include an offline flag, enabling builds to be executed without internet access. - Adjusted command-line arguments in the main application to support the new output directory and offline options, improving user flexibility during project setup and builds.
Deploying mopro with
|
| Latest commit: |
03927a8
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://32dfaf8b.mopro.pages.dev |
| Branch Preview URL: | https://cli-output-path.mopro.pages.dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…lization and build
init_projectfunction to accept an optional output directory, allowing users to specify where the project should be created.build_projectfunction to include an offline flag, enabling builds to be executed without internet access.