Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ Also, please bear the following coding guidelines in mind:
These forms of parameter substitutions can also be used on arrays,
which makes them very powerful (if a little slow).

See ["Pure Bash"](https://github.com/dylanaraps/pure-bash-bible)
for more examples.

- We want our completions to work in `posix` and `nounset` modes.

Unfortunately due to a bash < 5.1 bug, toggling POSIX mode
Expand Down
Loading