Skip to content

Commit

Permalink
FIX add argument to run-bin
Browse files Browse the repository at this point in the history
  • Loading branch information
kwrooijen committed Jun 21, 2017
1 parent 25ca2fc commit b0487f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cargo-process.el
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,8 @@ Cargo: Build and execute src/main.rs."
"Run the Cargo run command --bin <name>.
With the prefix argument, modify the command's invocation.
Cargo: Build and execute a specific binary"
(interactive)
(cargo-process--start (concat "Run " command)
(interactive "sBinary name: ")
(cargo-process--start (concat "Run " command)
(concat "cargo run --bin " command)))

;;;###autoload
Expand Down

0 comments on commit b0487f9

Please sign in to comment.