We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9617791 commit 90c41b3Copy full SHA for 90c41b3
bin/miden-cli/src/commands/new_account.rs
@@ -162,11 +162,10 @@ pub struct NewAccountCmd {
162
pub account_type: CliAccountType,
163
/// List of files specifying component template files for the account.
164
/// At least one component template is required, either specified by
165
- /// [[NewAccountCmd::component_templates]] or by [[NewAccountCmd::packages]].
+ /// [[`NewAccountCmd::component_templates`]] or by [[`NewAccountCmd::packages`]].
166
#[arg(short, long)]
167
pub component_templates: Vec<PathBuf>,
168
/// List of files containing a Miden Package in `.masp` form from which a
169
-
170
/// component template is extracted.
171
172
pub packages: Vec<PathBuf>,
0 commit comments