You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add new cargo aliases and fix autocompletion (#1161)
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.
0 commit comments