From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 10A7C220ED for ; Mon, 8 Jul 2019 23:20:19 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id D6HnQqCt9j5S for ; Mon, 8 Jul 2019 23:20:18 -0400 (EDT) Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 3FA99220E9 for ; Mon, 8 Jul 2019 23:20:18 -0400 (EDT) Date: Tue, 9 Jul 2019 06:19:53 +0300 From: Alexander Turenko Subject: [tarantool-patches] Re: [RFC 2/2] box/lua/console: Add support for lua output format Message-ID: <20190709031952.x66nsvrrqmatttv7@tkn_work_nb> References: <20190705210959.8527-1-gorcunov@gmail.com> <20190705210959.8527-3-gorcunov@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20190705210959.8527-3-gorcunov@gmail.com> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: Cyrill Gorcunov Cc: tml , Konstantin Osipov > diff --git a/src/lua/help_en_US.lua b/src/lua/help_en_US.lua > index d37b49bf7..4f0f7d65b 100644 > --- a/src/lua/help_en_US.lua > +++ b/src/lua/help_en_US.lua > @@ -8,6 +8,7 @@ To start the interactive Tarantool tutorial, type 'tutorial()' here. > Available backslash commands: > > \set language -- set language (lua or sql) > + \set output -- set output format (lua[,line|block] or yaml) > \set delimiter -- set expression delimiter > \help -- show this screen > \quit -- quit interactive console AFAIR, this output is checked somewhere in our test suite (a test or a test result file need to reflect this change).