X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-la0-f46.google.com (mail-la0-f46.google.com [209.85.215.46]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 4F53ADC02A8 for ; Wed, 2 Jul 2014 08:51:28 +0000 (UTC) Received: by mail-la0-f46.google.com with SMTP id el20so6729873lab.19 for ; Wed, 02 Jul 2014 01:51:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=UrWKfxPYfa7cMFQXyTpYn8QUztua9fpdEWE64KWFO2A=; b=otWj8jDN2QItj92PJrPOZ0W2kE2HZYtVmiKIujQQdPmk33u29k8Db5cJfgS8tt6u/S 9vyYFZG9LhTe1CXAYYBFUwcxLXROGWslyNa50qNej/Yo6kTPqlxMmCVW7B6maCCsl4JT 5N4FuJCu+HgG6CyMivbzcF4RaLaZViPjqDWjPYtJjeTHDvW/aMlEVIoU63IGvLnBusY0 lT4ttYuXVdD9wEkzIYOg5DeiDmNkCJ4scxT38CRWkjnGTDIkRhE5zhSOifmp/0YBJtLr HGfyS2Rh7OwlhnI+gOAGmJGVunWpUdyO7dNtr6Nzl50HMFtt7ZXm/lwwli+Uz0fgFbjt Q3mg== X-Received: by 10.112.131.8 with SMTP id oi8mr435249lbb.87.1404291086651; Wed, 02 Jul 2014 01:51:26 -0700 (PDT) Received: from vostro ([83.145.235.199]) by mx.google.com with ESMTPSA id h12sm30989642lbo.8.2014.07.02.01.51.26 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 02 Jul 2014 01:51:26 -0700 (PDT) Sender: =?UTF-8?Q?Timo_Ter=C3=A4s?= Date: Wed, 2 Jul 2014 11:52:12 +0300 From: Timo Teras To: Natanael Copa Cc: Isaac Dunham , alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] Add "-s" short option for "--simulate" Message-ID: <20140702115212.6837f148@vostro> In-Reply-To: <20140702092603.4a8dc91f@ncopa-desktop.alpinelinux.org> References: <1404009591-1984-1-git-send-email-ibid.ag@gmail.com> <20140630085556.297136e7@ncopa-desktop.alpinelinux.org> <20140630071323.GA9193@newbook> <20140702092603.4a8dc91f@ncopa-desktop.alpinelinux.org> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.23; i486-alpine-linux-musl) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 2 Jul 2014 09:26:03 +0200 Natanael Copa wrote: > On Mon, 30 Jun 2014 00:13:24 -0700 > Isaac Dunham wrote: > > > On Mon, Jun 30, 2014 at 08:55:56AM +0200, Natanael Copa wrote: > > > On Sat, 28 Jun 2014 19:39:51 -0700 > > > Isaac Dunham wrote: > > > > > > > Typing the long option gets old. > > > > --- > > > > src/apk.c | 10 +++++----- > > > > 1 file changed, 5 insertions(+), 5 deletions(-) > > > > > > Have you checked that it does not break apk info -s ? > > > (for displaying size usage) > > > > I had not. > > And it does break it. > > > > My apologies. > > I must admit that I like the idea though. > > I dont think 'apk info -s --simulate' makes much sense. > > Timo, are there some way to fix this, that is, disable or override > global options for some applets. > > I am not sure we want do that though... Currently no, could probably be done with little changes. Though, I'd prefer not to do it. Though having '-s' short for --simulate sounds like a good idea. I have missed that, and I believe apt-get does that too. Perhaps we should rename info -s to something else? /Timo --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---