Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polkadot-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
Mirrored projects
polkadot-sdk
Commits
16887b6f
Unverified
Commit
16887b6f
authored
10 months ago
by
Michal Kucharczyk
Committed by
GitHub
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
chain-spec-builder: help updated (#4597)
Added some clarification on output file.
parent
ce3e9b7c
Branches
gh-readonly-queue/master/pr-4597-ce3e9b7c7099034e8ee30e4c7c912e3ed068bf8a
Branches containing commit
No related merge requests found
Pipeline
#478456
waiting for manual action with stages
in 58 minutes and 48 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
substrate/bin/utils/chain-spec-builder/src/lib.rs
+5
-0
5 additions, 0 deletions
substrate/bin/utils/chain-spec-builder/src/lib.rs
with
5 additions
and
0 deletions
substrate/bin/utils/chain-spec-builder/src/lib.rs
+
5
−
0
View file @
16887b6f
...
...
@@ -206,9 +206,14 @@ struct NamedPresetCmd {
///
/// The code field of the chain spec will be updated with the runtime provided in the
/// command line. This operation supports both plain and raw formats.
///
/// This command does not update chain-spec file in-place. The result of this command will be stored
/// in a file given as `-c/--chain-spec-path` command line argument.
#[derive(Parser,
Debug,
Clone)]
pub
struct
UpdateCodeCmd
{
/// Chain spec to be updated.
///
/// Please note that the file will not be updated in-place.
pub
input_chain_spec
:
PathBuf
,
/// The path to new runtime wasm blob to be stored into chain-spec.
pub
runtime_wasm_path
:
PathBuf
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment