Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
>>> [CLI] bundle exec -- echo hello, world
hello, world
>>> [CLI] bundle exec -- pwd
[TMPDIR]
>>> [CLI] bundle exec -- echo --help
--help
>>> [CLI] bundle exec -- bash -c exit 5
Error: Running "bash -c exit 5" failed with exit code: 5
Exit code: 1