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

Reply via email to