Skip to content

Commit

Permalink
Merge pull request #9 from paritytech/aj-metadata-vnext
Browse files Browse the repository at this point in the history
Aj metadata vnext
  • Loading branch information
paulormart authored Oct 31, 2021
2 parents 2ecbcad + 9da0bcc commit 0ae6ca1
Show file tree
Hide file tree
Showing 10 changed files with 1,095 additions and 892 deletions.
4 changes: 4 additions & 0 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name = "subxt-cli"
version = "0.1.0"
edition = "2021"

[[bin]]
name = "subxt"
path = "src/main.rs"

[dependencies]
# perform subxt codegen
subxt-codegen = { version = "0.1.0", path = "../codegen" }
Expand Down
2 changes: 1 addition & 1 deletion cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ enum Command {
///
/// # Example (with code formatting)
///
/// `subxt-cli codegen | rustfmt --edition=2018 --emit=stdout`
/// `subxt codegen | rustfmt --edition=2018 --emit=stdout`
Codegen {
/// the url of the substrate node to query for metadata for codegen.
#[structopt(name = "url", long, parse(try_from_str))]
Expand Down
Loading

0 comments on commit 0ae6ca1

Please sign in to comment.