Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
445: Add cross subcommands shortcuts r=Emilgardis a=sigmaSd Hi, this pr adds sub-commands shortcuts `['b','c','r', 't']` to the cli. The main reason is currently the error when using them is misleading. Example: this command: `cross b --target arm-linux-androideabi` outputs this error: `error: linking with `cc` failed: exit code: 1` which took me a while to figure out that cross is not recognizing the sub-command and is falling-back to cargo. Also they are useful to have. Co-authored-by: Nbiba Bedis <[email protected]>
- Loading branch information