Commit Graph

5 Commits (9952a1262574f15a3bb24de1314a092c4e10785e)

Author SHA1 Message Date
Justin Chadwell 9952a12625 monitor: add shell escape feature
Debuggers like GDB support prefixing a command with an exclamation mark
"!" to pass the rest of the command to the shell. We can mimic this
functionality.

Additionally, we can enable shlex parsing easily by using the
google/shlex utility.

Signed-off-by: Justin Chadwell <me@jedevc.com>
2 years ago
Kohei Tokunaga a27b8395b1 Enable to run build and invoke in background
Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
2 years ago
Tonis Tiigi 75ddc5b811 build: fix issues with leaving invoke containers running
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
3 years ago
Kohei Tokunaga 2f9d46ce27 invoke: add messages
Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
3 years ago
Kohei Tokunaga 387e1ecca6 Add `--invoke` option to launch a container from the build result
Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
3 years ago