mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 13:01:07 +00:00
docs: example of using cargo run with features (#14696)
* cargo run docs * typo
This commit is contained in:
@@ -32,7 +32,10 @@ node-cli = { path = "bin/node/cli" }
|
||||
# Exists here to be backwards compatible and to support `cargo run` in the workspace.
|
||||
#
|
||||
# Just uses the `node-cli` main binary. `node-cli` itself also again exposes the node as
|
||||
# `substrate-node`. Using `node-cli` directly you can also enable features.
|
||||
# `substrate-node`.
|
||||
|
||||
# `cargo run` on its own doesn't support features. To use features you must explicitly use
|
||||
# `node-cli` in your command, e.g. `cargo run -p node-cli --features try-runtime ...`.
|
||||
[[bin]]
|
||||
name = "substrate"
|
||||
path = "bin/node/cli/bin/main.rs"
|
||||
|
||||
Reference in New Issue
Block a user