Skip to content

Commit

Permalink
add a description of the fmt command for clap
Browse files Browse the repository at this point in the history
  • Loading branch information
nfurfaro committed Oct 28, 2023
1 parent 0471b07 commit c6e6b16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tooling/nargo_cli/src/cli/fmt_cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ use crate::errors::CliError;

use super::NargoConfig;

/// Format the Noir files in a workspace
#[derive(Debug, Clone, Args)]
pub(crate) struct FormatCommand {}

Expand Down

0 comments on commit c6e6b16

Please sign in to comment.