ysh-builtin-help () { run-file ysh-builtin-help "$@" } run-file () { local spec_name=$1; shift; sh-spec spec/$spec_name.test.sh --compare-shells --oils-bin-dir $PWD/bin "$@" }
spec test index / oilshell.org
status | ysh | |
pass | 5 | |
total | 5 | |
case | ysh | description |
0 | pass | help topic not found |
1 | pass | help topics that are embedded |
2 | pass | help topics that print URLs |
3 | pass | help shows 'ysh-chapters' topic |
4 | pass | help List/append, runes, etc. |
5 passed, 0 OK, 0 not implemented, 0 BUG, 0 failed, 0 timeouts, 0 cases skipped