unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* "guix container exec --help" errors
@ 2015-11-02 13:28 Alex Kost
  2015-11-03 23:07 ` Thompson, David
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Kost @ 2015-11-02 13:28 UTC (permalink / raw)
  To: guix-devel

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.

-- 
Alex

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: "guix container exec --help" errors
  2015-11-02 13:28 "guix container exec --help" errors Alex Kost
@ 2015-11-03 23:07 ` Thompson, David
  0 siblings, 0 replies; 2+ messages in thread
From: Thompson, David @ 2015-11-03 23:07 UTC (permalink / raw)
  To: Alex Kost; +Cc: guix-devel

On Mon, Nov 2, 2015 at 8:28 AM, Alex Kost <alezost@gmail.com> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-11-03 23:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-02 13:28 "guix container exec --help" errors Alex Kost
2015-11-03 23:07 ` Thompson, David

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).