[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170803091745.6c028270@xeon-e3>
Date: Thu, 3 Aug 2017 09:17:45 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Julien Fortin <julien@...ulusnetworks.com>
Cc: netdev@...r.kernel.org, roopa@...ulusnetworks.com,
nikolay@...ulusnetworks.com, dsa@...ulusnetworks.com
Subject: Re: [PATCH 02/27] ip: add new command line argument -json (mutually
exclusive with -color)
On Thu, 3 Aug 2017 17:54:50 +0200
Julien Fortin <julien@...ulusnetworks.com> wrote:
> @@ -292,6 +295,9 @@ int main(int argc, char **argv)
>
> _SL_ = oneline ? "\\" : "\n";
>
> + if (json)
> + disable_color();
Probably better to error out if user gives -j and -c
Powered by blists - more mailing lists