We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e18322 commit 093f2faCopy full SHA for 093f2fa
1 file changed
docs/languages/shell.md
@@ -418,7 +418,7 @@ Or you could run ``bash`` without the constraint to be POSIX-conformant
418
by default (but see `set +o posix` as mentioned above before trying to do this):
419
420
```shell
421
-$ byexample -l shell -x-shebang 'shell:%e bash --norc --noprofile' test/ds/shell-example
+$ byexample -l shell -x-shebang 'shell:%e bash --norc --noprofile --noediting' test/ds/shell-example
422
<...>
423
[PASS] Pass: 14 Fail: 0 Skip: 0
424
```
0 commit comments