From c84165588c42b2983ce572c8c1edce5cf284785a Mon Sep 17 00:00:00 2001 From: zachvalenta Date: Thu, 10 Jan 2019 14:58:49 -0500 Subject: [PATCH] remove reference to Clint --- docs/scenarios/cli.rst | 10 ---------- 1 file changed, 10 deletions(-) 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 *****