Adding --cmd to the task argument changed the name of the destination variable, and that broke the whole subcommand because 'cmd' is already used by the top-level parser. Fix this by setting dest explicitly. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>