cargo.el icon indicating copy to clipboard operation
cargo.el copied to clipboard

Allow to select cargo command

Open ayrat555 opened this issue 4 years ago • 1 comments

Problem:

Currently, cargo.el hardcodes commands that it can execute. It's not possible to execute a command that cargo.el is unaware of.

Solution:

cargo provides cargo --list command which lists all available commands. It can be used to select a command using completing-read.

This approach is used in mix.el - https://github.com/ayrat555/mix.el

ayrat555 avatar Jan 02 '21 16:01 ayrat555

I implemented it in https://github.com/ayrat555/cargo-mode

ayrat555 avatar May 30 '21 07:05 ayrat555