mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 15:51:12 +00:00
Refactor CLI handling (#1368)
* Rework cli handling * Update readme * Adds support for custom subcommands and extra run parameters * Update readme * Fixes compilation after master merge * Make "Run" the default subcommand Actually its hidden to the outside that is an subcommand. * Rewrite CLI to work without breaking old CLI behavior * Some cleanup * Fix incorrect config setup * Update README * Fixes after merge * Fixes incorrect README
This commit is contained in:
@@ -28,7 +28,6 @@ substrate-consensus-aura = { path = "../../core/consensus/aura" }
|
||||
substrate-finality-grandpa = { path = "../../core/finality-grandpa" }
|
||||
sr-primitives = { path = "../../core/sr-primitives" }
|
||||
node-executor = { path = "../executor" }
|
||||
structopt = "0.2.13"
|
||||
substrate-keystore = { path = "../../core/keystore" }
|
||||
|
||||
[dev-dependencies]
|
||||
@@ -36,5 +35,4 @@ substrate-service-test = { path = "../../core/service/test" }
|
||||
|
||||
[build-dependencies]
|
||||
substrate-cli = { path = "../../core/cli" }
|
||||
structopt = "0.2.13"
|
||||
clap = "~2.32"
|
||||
structopt = "0.2"
|
||||
|
||||
Reference in New Issue
Block a user