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

Remove all subcommand executables #420

Merged
merged 1 commit into from
Aug 27, 2014
Merged

Conversation

alexcrichton
Copy link
Member

This commit removes all distributed executables except for cargo. All
builtin subcommands are implemented through library calls, and the fallback
methods are retained to maintain extensability through new subcommands.

Closes #393

This commit removes all distributed executables except for `cargo`. All
builtin subcommands are implemented through library calls, and the fallback
methods are retained to maintain extensability through new subcommands.

Closes rust-lang#393
bors added a commit that referenced this pull request Aug 27, 2014
This commit removes all distributed executables except for `cargo`. All
builtin subcommands are implemented through library calls, and the fallback
methods are retained to maintain extensability through new subcommands.

Closes #393
@bors bors merged commit 34451af into rust-lang:master Aug 27, 2014
@alexcrichton alexcrichton deleted the issue-393-2 branch August 27, 2014 04:59
bors added a commit to alexcrichton/cargo that referenced this pull request Sep 2, 2014
This commit removes all distributed executables except for `cargo`. All
builtin subcommands are implemented through library calls, and the fallback
methods are retained to maintain extensability through new subcommands.

Closes rust-lang#393
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.

cargo update requires elevation on windows
2 participants