diff --git a/docs/scenarios/cli.rst b/docs/scenarios/cli.rst index 266223734..44feade42 100644 --- a/docs/scenarios/cli.rst +++ b/docs/scenarios/cli.rst @@ -24,16 +24,6 @@ Some popular command-line applications include: system primarily written in Python -***** -Clint -***** - -`clint `_ is a Python module which is -filled with very useful tools for developing command-line applications. -It supports features such as: CLI colors and indents, simple and powerful -column printer, iterator based progress bars, and implicit argument handling. - - ***** Click *****