all messages for Guix-related lists mirrored at yhetil.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

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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.