From b6465dbf7f839d890f5d6dc90bbf06343a3fc1e9 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Mon, 2 Dec 2024 16:48:19 +0000 Subject: [PATCH] Add inquirer to CLI tools (#489) Fixes https://github.com/UCL-ARC/python-tooling/issues/431 --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Sam Cunliffe --- docs/pages/libraries/clis.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/pages/libraries/clis.md b/docs/pages/libraries/clis.md index bff605e0..87305914 100644 --- a/docs/pages/libraries/clis.md +++ b/docs/pages/libraries/clis.md @@ -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. | 🟢 |