Skip to content

Conversation

@krovuxdev
Copy link
Contributor

Added official Cargo aliases locally:

  • b -> cargo build
  • c -> cargo check
  • d -> cargo doc
  • r -> cargo run
  • rm -> cargo remove
  • t -> cargo test

These aliases already exist in Cargo; this just adds convenient shortcuts.

Fixed the Nushell cargo autocompletion function: changed from 'column1' to 'column0' so that subcommands are correctly suggested instead of returning nothing.

Added official Cargo aliases locally:
- b  -> cargo build
- c  -> cargo check
- d  -> cargo doc
- r  -> cargo run
- rm -> cargo remove
- t  -> cargo test

These aliases already exist in Cargo; this just adds convenient shortcuts.

Fixed the Nushell cargo autocompletion function: changed from 'column1' to 'column0'
so that subcommands are correctly suggested instead of returning nothing.
@fdncred fdncred merged commit 598ff1a into nushell:main Aug 18, 2025
1 check passed
@fdncred
Copy link
Contributor

fdncred commented Aug 18, 2025

Thanks

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