| 1 | name: dash |
| 2 | display_name: "Debian Almquist Shell" |
| 3 | prompt_pattern: '\$ ' |
| 4 | prompt_set_command: "PS1='$ '" |
| 5 | mode_reset_command: "" |
| 6 | rc_disable: |
| 7 | flags: [] |
| 8 | env: |
| 9 | ENV: "" |
| 10 | test_mode_env: {} |
| 11 | history_disable: |
| 12 | env: |
| 13 | HISTFILE: /dev/null |
| 14 | capabilities: |
| 15 | readline: false |
| 16 | vi_mode: false |
| 17 | job_control: true |
| 18 | command_completion: false |
| 19 | programmable_completion: false |
| 20 | coproc: false |
| 21 | arrays: false |
| 22 | associative_arrays: false |
| 23 | suites: |
| 24 | skip: |
| 25 | - "interactive/editing" |
| 26 | - "interactive/completion" |
| 27 | - "interactive/history" |
| 28 | - "interactive/signals" |
| 29 | - "interactive/stress" |
| 30 | extra: [] |
| 31 |