dev-backpack / cllm

Empower your CLI experience with a command search tool driven by LLM magic!
https://dev-backpack.github.io/cllm/
MIT License
33 stars 0 forks source link

Add `describe` command to provide descriptions of commands and their options #43

Closed ykdy3951 closed 7 months ago

ykdy3951 commented 7 months ago

What type of PR is this?:

enhancement

What this PR does / why we need it:

This PR introduces the describe command, which allows users to obtain detailed descriptions of available commands and their corresponding options. By running describe, users can access comprehensive information about each command that may assist them in understanding how to use it effectively.

Which issue(s) this PR fixes:

Fixes #30

Special notes for your reviewer:

This enhancement will improve user experience by providing on-demand information about commands, reducing the time spent searching for command descriptions and documentation.

Does this PR introduce a user-facing change?

Additional documentation: