initialcommit-com / git-sim

Visually simulate Git operations in your own repos with a single terminal command.
GNU General Public License v2.0
4.19k stars 109 forks source link

Add -v, --version flag to display program version info #81

Closed initialcommit-io closed 1 year ago

initialcommit-io commented 1 year ago

Hi @paketb0te ,

I tried implementing git-sim -v and git-sim --version options a few weeks ago but had some trouble due to not being super familiar with Pydantic/Typer. I thought this one might be right up your alley to take a crack at 😄

Let me know!

paketb0te commented 1 year ago

@initialcommit-io yeah good idea, let me give it a go!

initialcommit-io commented 1 year ago

@paketb0te Thank you!!! Just tested and works for me 🥳