Skip to content

Commit 00457f7

Browse files
committed
fix(cwc): fix lint error (long lines)
1 parent e754ab7 commit 00457f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmd/cwc.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ func initFlags(cmd *cobra.Command, flags *flags) {
147147
cmd.Flag("exclude-git-dir").
148148
Usage = "Exclude the .git directory. If set to false, the .git directory will not be excluded"
149149
cmd.Flag("template").
150-
Usage = "Specify the name of the template to use. For example, to use a template named 'tech_writer', use --template tech_writer"
150+
Usage = "Specify the name of the template to use. For example, " +
151+
"to use a template named 'tech_writer', use --template tech_writer"
151152
cmd.Flag("template-variables").
152153
Usage = "Specify variables to use in the template. For example, to use the variable 'name' " +
153154
"with the value 'John', use --template-variables name=John"

0 commit comments

Comments
 (0)