reference man page in cline --help (#6897)

Co-authored-by: Andrei Edell <andrei@nugbase.com>
This commit is contained in:
Andrei Eternal
2025-10-15 17:40:14 -07:00
committed by GitHub
co-authored by Andrei Edell
parent 6f59480b79
commit 91c5434b5e
+4 -1
View File
@@ -50,7 +50,10 @@ Or pipe a prompt via stdin:
Or run with no arguments to enter interactive mode:
cline
This CLI also provides task management, configuration, and monitoring capabilities.`,
This CLI also provides task management, configuration, and monitoring capabilities.
For detailed documentation including all commands, options, and examples,
see the manual page: man cline`,
Args: cobra.ArbitraryArgs,
PersistentPreRunE: func(cmd *cobra.Command, args []string) error {
if outputFormat != "rich" && outputFormat != "json" && outputFormat != "plain" {