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 crablang scripts with the original commands #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

trvswgnr
Copy link

this will allow people to install the crab toolchain and use the commands crabc, crabgo, crabfmt, crabup, and crabdoc.

it currently does this by creating script files for each command that simply runs the original command.

the lib.rs file contains a constant called TOOLS containing an array of commands that are allowed by proxy, and if we try to add symlinks with ln -s for crabgo, crabc, etc it throws an error since they are not in that array.

i think we'll have to build for every target (possibly modifying the CI workflows from this repo) to have changes reflected.

the file crabup-init.sh will have to be hosted somewhere for easy installation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants