Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
formatting bump
  • Loading branch information
inno authored May 13, 2024
1 parent 101da2e commit c7703cb
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 c7703cb

Please sign in to comment.