Skip to content

Commit

Permalink
cmd/ask: improve --help
Browse files Browse the repository at this point in the history
  • Loading branch information
joshi4 committed Aug 5, 2024
1 parent 0cb45cd commit 99d016f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/ask.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ var askCmd = &cobra.Command{
savvy ask "how do I find the process id listening on a port?"
savvy ask "how do I quit vim?"
savvy ask "extract filenames from the name key in each line of li_ids.txt" --file /path/to/li_ids.txt
savvy ask "what's the next command after this?" --history # pass in historical context
`,
Long: `
Ask Savvy a question and it will generate a command for you.
Expand Down

0 comments on commit 99d016f

Please sign in to comment.