Skip to content

Commit

Permalink
Add inquirer to CLI tools (#489)
Browse files Browse the repository at this point in the history
Fixes #431

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sam Cunliffe <[email protected]>
  • Loading branch information
3 people authored Dec 2, 2024
1 parent 90ff199 commit b6465db
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/pages/libraries/clis.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ parent: Recommended libraries

### Other useful tools for CLIs

| Name | Short description | 🚦 |
| ------------------------------- | ----------------------- | :-: |
| [tqdm](https://tqdm.github.io/) | Progress bar for loops. | 🟢 |
| Name | Short description | 🚦 |
| ----------------------------------------------------- | -------------------------------------------------------------- | :-: |
| [tqdm](https://tqdm.github.io/) | Progress bar for loops. | 🟢 |
| [inquirer](https://github.com/magmax/python-inquirer) | Collection of common interactive command line user interfaces. | 🟢 |

0 comments on commit b6465db

Please sign in to comment.