From c7703cbc2c7e04fbb1fafd69aa928ad82bd9a736 Mon Sep 17 00:00:00 2001 From: Clif Bratcher Date: Mon, 13 May 2024 15:08:46 -0400 Subject: [PATCH] Update README.md formatting bump --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e75e0c5..0fd50e4 100644 --- a/README.md +++ b/README.md @@ -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!