Skip to content

Commit

Permalink
Add default-run = "hx" to helix-term/Cargo.toml (#1244)
Browse files Browse the repository at this point in the history
Following the addition of `xtask`, `cargo run` has multiple possible
targets, necessitating the usage of `cargo run --bin hx` to run Helix
during development. This allows `cargo run` to be used to run `hx`.
  • Loading branch information
Omnikar authored Dec 10, 2021
1 parent a1e6481 commit 44681c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helix-term/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ categories = ["editor", "command-line-utilities"]
repository = "https://github.com/helix-editor/helix"
homepage = "https://helix-editor.com"
include = ["src/**/*", "README.md"]
default-run = "hx"

[package.metadata.nix]
build = true
Expand Down

0 comments on commit 44681c5

Please sign in to comment.