You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 17, 2025. It is now read-only.
cliCmd.Flags().StringArrayVarP(&format, "format", "f", []string{"json", "text"}, "Format of paragraphs returned, default is Json")
cliCmd.Flags().IntVarP(&numParagraphs, "number", "n", 5, "Number of paragraphs returned")
cliCmd.Flags().BoolVarP(&addParagraphs, "paragraphs", "p", false, "Show paragraphs in the generated paragraphs")
}
var cliCmd = &cobra.Command{
Use: "generate",
Short: "Generate quotes directly in the terminal.",
Long: `Generate quotes directly in the terminal. You can specify the number of paragraphs, if paragraph tags should be included, as well as the format.`,