From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: "guix container exec --help" errors Date: Tue, 3 Nov 2015 18:07:16 -0500 Message-ID: References: <87fv0opm2z.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35887) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ztkfd-0004fX-UC for guix-devel@gnu.org; Tue, 03 Nov 2015 18:07:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ztkfd-0006jk-3W for guix-devel@gnu.org; Tue, 03 Nov 2015 18:07:17 -0500 Received: from mail-yk0-x236.google.com ([2607:f8b0:4002:c07::236]:36683) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ztkfc-0006je-Uk for guix-devel@gnu.org; Tue, 03 Nov 2015 18:07:17 -0500 Received: by ykba4 with SMTP id a4so43062940ykb.3 for ; Tue, 03 Nov 2015 15:07:16 -0800 (PST) In-Reply-To: <87fv0opm2z.fsf@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Alex Kost Cc: guix-devel On Mon, Nov 2, 2015 at 8:28 AM, Alex Kost wrote: > Hello, currently "guix container exec -h" (or -V) gives: > > guix container: error: no pid specified > > I think this happens because: > > (partition-args '("-h")) => () > ("-h") > > So 'parse-command-line' is called on an empty list. Thanks for the report! Fixed in d431b23. - Dave