You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/stellar-scaffold-cli/src/commands/mod.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ impl FromStr for Root {
68
68
pubenumCmd{
69
69
/// Initialize the project
70
70
Init(init::Cmd),
71
-
/// Version of the cli
71
+
/// Version of the scaffold-stellar-cli
72
72
Version(version::Cmd),
73
73
74
74
/// Build contracts, resolving dependencies in the correct order. If you have an `environments.toml` file, it will also follow its instructions to configure the environment set by the `STELLAR_SCAFFOLD_ENV` environment variable, turning your contracts into frontend packages (NPM dependencies).
0 commit comments