Skip to content

Commit

Permalink
fix help for 'atmos about non-existent'
Browse files Browse the repository at this point in the history
  • Loading branch information
samtholiya committed Jan 20, 2025
1 parent 15bad9a commit b1741d5
Show file tree
Hide file tree
Showing 61 changed files with 1,260 additions and 25 deletions.
11 changes: 4 additions & 7 deletions cmd/about.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ var aboutMarkdown string

// aboutCmd represents the about command
var aboutCmd = &cobra.Command{
Use: "about",
Short: "Learn about Atmos",
Long: `Display information about Atmos, its features, and benefits.`,
Args: cobra.NoArgs,
DisableSuggestions: true,
SilenceUsage: true,
SilenceErrors: true,
Use: "about",
Short: "Learn about Atmos",
Long: `Display information about Atmos, its features, and benefits.`,
Args: cobra.NoArgs,
RunE: func(cmd *cobra.Command, args []string) error {
renderer, err := glamour.NewTermRenderer(
glamour.WithAutoStyle(),
Expand Down
Empty file.
67 changes: 67 additions & 0 deletions tests/snapshots/TestCLICommands_atmos_--help#01.stdout.golden

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.
36 changes: 36 additions & 0 deletions tests/snapshots/TestCLICommands_atmos_about_--help.stdout.golden

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions tests/snapshots/TestCLICommands_atmos_atlantis.stderr.golden

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions tests/snapshots/TestCLICommands_atmos_atlantis.stdout.golden

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.
Loading

0 comments on commit b1741d5

Please sign in to comment.