mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 12:17:58 +00:00
Getting configuration from commands (#4643)
* Expose a method that allows converting RunCmd to Configuration * WIP * WIP * WIP * WIP * WIP * WIP * WIP * WIP
This commit is contained in:
committed by
Gavin Wood
parent
058e98ef34
commit
60feeb7ad6
@@ -138,6 +138,7 @@ pub fn run<I, T, E>(args: I, exit: E, version: sc_cli::VersionInfo) -> error::Re
|
||||
load_spec,
|
||||
&cli_args.shared_params,
|
||||
&version,
|
||||
None,
|
||||
)?;
|
||||
sc_cli::fill_import_params(&mut config, &cli_args.import_params, ServiceRoles::FULL)?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user