Skip to content

Commit fc8ddee

Browse files
realfreshrealfresh
realfresh
authored and
realfresh
committed
fix: lint errors
1 parent d967a42 commit fc8ddee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/cli.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use clap::{Args, Parser, Subcommand};
55
use once_cell::sync::Lazy;
66

77
const LONG_ABOUT: &str = r"
8-
8+
99
――――――――――――――――――――――――――――――――――――――――――――
1010
gitnr
1111
――――――――――――――――――――――――――――――――――――――――――――
@@ -37,7 +37,7 @@ pub struct CommandCreate {
3737
pub out_file: Option<String>,
3838
/// Space or comma separated list of templates to use. Templates can be prefixed with
3939
/// the provider name to avoid any ambiguity.
40-
///
40+
///
4141
/// Providers:
4242
/// - "gh:" GitHub templates
4343
/// - "ghc:" GitHub community templates
@@ -46,12 +46,12 @@ pub struct CommandCreate {
4646
/// - "url:" Remote URL to text file template
4747
/// - "file:" Local file path to a .gitignore file
4848
/// - "repo:" File from a any public GitHub repo
49-
///
49+
///
5050
/// If no prefix is specified, program will attempt to guess the provider if possible
5151
/// otherwise it will default to a GitHub template. The template name is case-sensitive.
5252
/// Meaning "Rust" is not the same as "rust". The order in which the templates are provided
5353
/// is the order in output content will be.
54-
///
54+
///
5555
/// Examples:
5656
/// - gitnr create Rust
5757
/// - gitnr create gh:Rust

0 commit comments

Comments
 (0)