mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
* remove asString and improve fromString * make writeNoIO return Maybe * shell: add builtin command 'yes' * shell: add builtin command 'seq' * shell: yes+seq: fix usage string * shell: add builtin command 'dirname' * shell: add builtin command 'basename' * add more tests * update shell docs with list of commands * add 'bun exec' launch configurations * fix AsyncDeinitReader name * fix 'yes' command IO * shell: rewrite 'bun' to 'bun-debug' when self is bun-debug * make the docs not lie about bun being a shell builtin --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>