Skip to content

Commit

Permalink
clean up help formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaBatty committed Mar 2, 2022
1 parent 2f946ab commit 01e3e3f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions forc/src/cli/commands/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ use clap::Parser;

static TEMPLATE_HELP: &str = r#"Initialize a new project from a template.
Option 1: Create a new project using supported examples from FuelLabs
example templates:
Option 1:
Create a new project using supported examples from FuelLabs.
Example Templates:
- counter
Option 2: Create a new project from a GitHub URL containing a sway project."#;
Option 2:
Create a new project from a GitHub URL containing a sway project."#;

/// Create a new Forc project.
#[derive(Debug, Parser)]
Expand Down

0 comments on commit 01e3e3f

Please sign in to comment.