Skip to content

Commit

Permalink
Simplify the root command description
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Jan 9, 2024
1 parent 90b4b86 commit d3f0a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
var RootCmd = &cobra.Command{
Use: BinaryName,
Short: "A friendly command-line interface to Exercism.",
Long: `A command-line interface for the v3 redesign of Exercism.
Long: "A command-line interface for Exercism."

Check failure on line 19 in cmd/root.go

View workflow job for this annotation

GitHub Actions / Go 1.20.x - ubuntu-latest

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 19 in cmd/root.go

View workflow job for this annotation

GitHub Actions / Go 1.20.x - windows-latest

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 19 in cmd/root.go

View workflow job for this annotation

GitHub Actions / Go 1.20.x - macOS-latest

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 19 in cmd/root.go

View workflow job for this annotation

GitHub Actions / Go 1.21.x - ubuntu-latest

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 19 in cmd/root.go

View workflow job for this annotation

GitHub Actions / Go 1.21.x - windows-latest

syntax error: unexpected newline in composite literal; possibly missing comma or }

Check failure on line 19 in cmd/root.go

View workflow job for this annotation

GitHub Actions / Go 1.21.x - macOS-latest

syntax error: unexpected newline in composite literal; possibly missing comma or }

Download exercises and submit your solutions.`,

Check failure on line 21 in cmd/root.go

View workflow job for this annotation

GitHub Actions / Go 1.20.x - ubuntu-latest

string not terminated

Check failure on line 21 in cmd/root.go

View workflow job for this annotation

GitHub Actions / Go 1.20.x - windows-latest

string not terminated

Check failure on line 21 in cmd/root.go

View workflow job for this annotation

GitHub Actions / Go 1.20.x - macOS-latest

string not terminated

Check failure on line 21 in cmd/root.go

View workflow job for this annotation

GitHub Actions / Go 1.21.x - ubuntu-latest

string not terminated

Check failure on line 21 in cmd/root.go

View workflow job for this annotation

GitHub Actions / Go 1.21.x - windows-latest

string not terminated

Check failure on line 21 in cmd/root.go

View workflow job for this annotation

GitHub Actions / Go 1.21.x - macOS-latest

string not terminated
SilenceUsage: true,
Expand Down

0 comments on commit d3f0a98

Please sign in to comment.