From d9bc97bda6e4750af2fbbfcb51ddb6b2c04c277b Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 12 May 2018 15:14:07 +0200 Subject: command: add a subprocess command This supports named arguments. It benefits from the infrastructure of async commands. The plan is to reimplement Lua's utils.subprocess() on top of it. --- input/cmd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'input/cmd.h') diff --git a/input/cmd.h b/input/cmd.h index 01f2d8356f..0e65565252 100644 --- a/input/cmd.h +++ b/input/cmd.h @@ -80,6 +80,7 @@ struct mp_cmd_arg { const struct m_option *type; union { int i; + int64_t i64; float f; double d; char *s; -- cgit v1.2.3