From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8410D13888F for ; Fri, 9 Oct 2015 16:20:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A67821C003; Fri, 9 Oct 2015 16:20:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ADA0621C003 for ; Fri, 9 Oct 2015 16:20:42 +0000 (UTC) Received: from professor-x (S010634bdfa9ecf80.vc.shawcable.net [96.49.31.57]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id 5997033D3CA for ; Fri, 9 Oct 2015 16:20:41 +0000 (UTC) Date: Fri, 9 Oct 2015 09:19:53 -0700 From: Brian Dolbec To: gentoo-catalyst@lists.gentoo.org Subject: Re: [gentoo-catalyst] [PATCH 1/3] main: group related command line flags Message-ID: <20151009091953.62d3a49a.dolsen@gentoo.org> In-Reply-To: <1444370248-13159-1-git-send-email-vapier@gentoo.org> References: <1444370248-13159-1-git-send-email-vapier@gentoo.org> Organization: Gentoo Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Archives-Salt: f174dcd6-8801-461a-9e6b-e32c918bb09f X-Archives-Hash: 8871499992d638a31c6dc4dba63ce479 On Fri, 9 Oct 2015 01:57:26 -0400 Mike Frysinger wrote: > This makes the --help output more manageable so people can quickly > scan and skip options that they don't care about. > --- > catalyst/main.py | 48 > ++++++++++++++++++++++++++++-------------------- 1 file changed, 28 > insertions(+), 20 deletions(-) > Looks good -- Brian Dolbec