Skip to content

Commit

Permalink
Description
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed Jun 30, 2023
1 parent a4be240 commit abbfb9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func Root() *cobra.Command {
cmd := cobra.Command{
Use: "runme",
Short: "Execute commands directly from a README",
Long: "Runme, the next-gen runner for dev workflows. Parses commands directly\nfrom markdown (e.g. README) to make them executable.",
Long: "Runme executes commands inside your runbooks, docs, and READMEs. Parses commands\ndirectly from markdown files to make them executable.",
SilenceErrors: true,
SilenceUsage: true,
PersistentPreRun: func(cmd *cobra.Command, args []string) {
Expand Down

0 comments on commit abbfb9f

Please sign in to comment.