-
6f3bcd18
by Eric Pouech at 2024-09-11T22:51:46+02:00
cmd/tests: Add some more tests.
Regarding builtin/external invocation and expansion of variables.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
ab14a164
by Eric Pouech at 2024-09-11T22:51:46+02:00
cmd: Expand command before searching for builtin commands.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
a5aa74d9
by Eric Pouech at 2024-09-11T22:51:46+02:00
cmd: Introduce internal command to change drive.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
a330d893
by Eric Pouech at 2024-09-11T22:51:46+02:00
cmd: Introduce helper to search for external program.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
8d819a80
by Eric Pouech at 2024-09-11T22:51:46+02:00
cmd: Introduce helper for running a builtin command.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
6b091e4c
by Eric Pouech at 2024-09-11T22:51:46+02:00
cmd: Integrate builtin command search in search_program() helper.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
0c1468c2
by Eric Pouech at 2024-09-11T22:51:46+02:00
cmd: Speed-up external command look up.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
5f2bc126
by Eric Pouech at 2024-09-11T22:51:46+02:00
cmd: Get rid of circular ref for internal/external commands.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>