tbckr / sgpt

SGPT is a command-line tool that provides a convenient way to interact with OpenAI models, enabling users to run queries, generate shell commands and produce code directly from the terminal.
MIT License
242 stars 25 forks source link

`--version` command line option #250

Closed johnd0e closed 4 months ago

johnd0e commented 4 months ago

Is your feature request related to a problem? Please describe.

There is no easy way to know version of tgpt. But is required e.g. when I open bug report here.

Describe the solution you'd like

Describe alternatives you've considered

No response

Search

Project

Code of Conduct

Additional context

No response

tbckr commented 4 months ago

Hey, thanks for your request. sgpt has a version subcommand: sgpt version This will print out the current version. This is also documented in the help message and during the creation of the bug report.

johnd0e commented 4 months ago

sgpt has a version subcommand: sgpt version

Indeed! Still, --version options is more common, so...