We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5238f24 + 6a52794 commit 4a45febCopy full SHA for 4a45feb
cmd/ghcs/main.go
@@ -19,7 +19,8 @@ func main() {
19
var version = "DEV"
20
21
var rootCmd = &cobra.Command{
22
- Use: "ghcs",
+ Use: "ghcs",
23
+ SilenceUsage: true, // don't print usage message after each error (see #80)
24
Long: `Unofficial CLI tool to manage GitHub Codespaces.
25
26
Running commands requires the GITHUB_TOKEN environment variable to be set to a
0 commit comments