Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/inno/pysimplecli
Browse files Browse the repository at this point in the history
  • Loading branch information
inno committed May 13, 2024
2 parents 6a9653c + c7703cb commit 9f36010
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
[![codecov](https://codecov.io/gh/inno/pysimplecli/branch/main/graph/badge.svg?token=T6NP6XSKJG)](https://codecov.io/gh/inno/pysimplecli)
[![CI](https://github.com/inno/pysimplecli/actions/workflows/main.yml/badge.svg)](https://github.com/inno/pysimplecli/actions/workflows/main.yml)

Want to turn your script into a command line utility, but don't want the overhead of [argparse](https://docs.python.org/library/argparse.html)? *You've come to the right place!*
Want to turn your script into a command line utility, but don't want the overhead of [argparse](https://docs.python.org/library/argparse.html)?

*You've come to the right place!*

Simply import and wrap whatever function you'd like to expose. That's it!

Expand Down

0 comments on commit 9f36010

Please sign in to comment.