Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the export command messages #978

Merged
merged 2 commits into from
May 5, 2022

Commits on May 5, 2022

  1. Improve the export command messages

      - fail early with a more descriptive message when the output path exists
      - fail early if an export to multiple build tools is requested
      - print the output path if the export is successful
      - print a relevant information early if the export is successfully started (in case it loads too long)
    Gedochao committed May 5, 2022
    Configuration menu
    Copy the full SHA
    002b69c View commit details
    Browse the repository at this point in the history
  2. NIT Refactor Export

      - add explicit types where relevant
      - remove unnecessary passing of default params
    Gedochao committed May 5, 2022
    Configuration menu
    Copy the full SHA
    2982e7f View commit details
    Browse the repository at this point in the history