Skip to content

feat: add rustic-cargo-custom-command#123

Merged
psibi merged 2 commits into
mainfrom
near-cli
Feb 16, 2026
Merged

feat: add rustic-cargo-custom-command#123
psibi merged 2 commits into
mainfrom
near-cli

Conversation

@psibi

@psibi psibi commented Feb 15, 2026

Copy link
Copy Markdown
Member

Add a new interactive function rustic-cargo-custom-command that allows users to run arbitrary Cargo subcommands within the current project context. This function stores the provided arguments in a buffer-local variable for convenient reuse.

This allows me to call things like which I require for my current work:

cargo near build non-reproducible-wasm

I have been using this PR at my work for a week or so now.

Add a new interactive function `rustic-cargo-custom-command` that
allows users to run arbitrary Cargo subcommands within the current
project context. This function stores the provided arguments in a
buffer-local variable for convenient reuse.

This allows me to call things like:

cargo near build non-reproducible-wasm
@psibi psibi merged commit eea9438 into main Feb 16, 2026
3 checks passed
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