guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

"guix container exec --help" errors


From: Alex Kost
Subject: "guix container exec --help" errors
Date: Mon, 02 Nov 2015 16:28:20 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]