Skip to content

Commit

Permalink
Add preliminary version checking support
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Nov 15, 2022
1 parent aac2e01 commit fbcfcae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions circfirm/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@
import circfirm.backend
import circfirm.startup

__version__ = "0.0.0+auto.0"


@click.group()
@click.version_option(__version__)
def cli() -> None:
"""Install CircuitPython firmware from the command line."""
circfirm.startup.ensure_app_setup()
Expand Down

0 comments on commit fbcfcae

Please sign in to comment.