Skip to content

Commit

Permalink
docs: add explanation for init command
Browse files Browse the repository at this point in the history
  • Loading branch information
hougesen committed Mar 8, 2024
1 parent 370c054 commit 7094106
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pub struct Cli {
#[derive(Subcommand, Debug)]
pub enum Commands {
Format(FormatCommandArguments),
/// Create a new mdsf config
Init,
}

Expand Down

0 comments on commit 7094106

Please sign in to comment.