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

Add juvix clean to remove project build artifact directory #2018

Merged
merged 2 commits into from
Apr 21, 2023

Conversation

paulcadman
Copy link
Collaborator

This PR adds the juvix clean command to the CLI that removes the Juvix project build directory.

It respects the --internal-build-dir global option:

$ juvix compile Foo.juvix --internal-build-dir /tmp/build
$ juvix clean --internal-build-dir /tmp/build

In addition this PR fixes the juvix format program brief description string. This was too long for the juvix --help display. The longer description is now only displayed when juvix format --help is run.

@paulcadman paulcadman added the CLI label Apr 19, 2023
@paulcadman paulcadman added this to the 0.3.3 milestone Apr 19, 2023
@paulcadman paulcadman self-assigned this Apr 19, 2023
@paulcadman paulcadman temporarily deployed to github-pages April 19, 2023 16:32 — with GitHub Actions Inactive
@jonaprieto jonaprieto temporarily deployed to github-pages April 20, 2023 11:47 — with GitHub Actions Inactive
@jonaprieto jonaprieto temporarily deployed to github-pages April 21, 2023 11:49 — with GitHub Actions Inactive
@jonaprieto jonaprieto merged commit d59fca6 into main Apr 21, 2023
@jonaprieto jonaprieto deleted the juvix-clean-cli branch April 21, 2023 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add juvix clean to CLI to remove build artefacts
2 participants