mirror of
https://github.com/cline/cline.git
synced 2026-09-19 10:13:34 +08:00
reference man page in cline --help (#6897)
Co-authored-by: Andrei Edell <andrei@nugbase.com>
This commit is contained in:
co-authored by
Andrei Edell
parent
6f59480b79
commit
91c5434b5e
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user