From d662134024091b66f9009831f665684d3efefbfa Mon Sep 17 00:00:00 2001 From: Pablo Godel Date: Thu, 31 Oct 2013 17:07:56 -0400 Subject: [PATCH] Added link to tablehelper --- components/console/introduction.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/components/console/introduction.rst b/components/console/introduction.rst index 451b6f18722..ad2d9027091 100755 --- a/components/console/introduction.rst +++ b/components/console/introduction.rst @@ -370,6 +370,7 @@ tools capable of helping you with different tasks: * :doc:`/components/console/helpers/dialoghelper`: interactively ask the user for information * :doc:`/components/console/helpers/formatterhelper`: customize the output colorization * :doc:`/components/console/helpers/progresshelper`: shows a progress bar +* :doc:`/components/console/helpers/tablehelper`: displays tabular data as a table Testing Commands ----------------