2025-03-02 17:11:46 +00:00
|
|
|
|
2025-03-03 14:12:50 +00:00
|
|
|
>>> [CLI] bundle exec -- echo hello, world
|
|
|
|
hello, world
|
2025-03-02 17:11:46 +00:00
|
|
|
|
2025-03-05 09:49:47 +00:00
|
|
|
>>> [CLI] bundle exec -- --help
|
|
|
|
Error: starting "--help" failed: exec: "--help": executable file not found in $PATH
|
2025-03-03 17:52:02 +00:00
|
|
|
|
|
|
|
Exit code: 1
|
2025-03-05 10:14:08 +00:00
|
|
|
|
|
|
|
>>> [CLI] bundle exec -- bash -c exit 5
|
|
|
|
Error: running "bash -c exit 5" failed with exit code: 5
|
|
|
|
|
|
|
|
Exit code: 1
|
|
|
|
|
|
|
|
>>> [CLI] bundle exec -- bash -c echo hello > /dev/stderr
|
|
|
|
hello
|