brush-shell 0.4.0

Rust-implemented shell focused on POSIX and bash compatibility
Documentation
1
2
3
4
5
6
7
8
name: "Default options"
cases:
  - name: "Default options"
    stdin: |
      echo "Default options: $-"

  - name: "Default options (-c)"
    args: ["-c", 'echo "Default options: $-"']