1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-09-19 09:44:05 -07:00

regenerate readme

This commit is contained in:
Connor Olding 2024-07-22 04:18:07 -07:00
parent a20cfc96a2
commit b9cd1df3c1

View file

@ -47,12 +47,6 @@ refer to the [compatibility table](#compatibility) for specifics.
## shell functions
### [archive](/sh/archive#L4)
create an archive file in one of a few formats.
borrowed from [prezto.](https://github.com/sorin-ionescu/prezto)
### [argc](/sh/argc#L4)
validate the number of arguments in a function.
@ -1117,7 +1111,6 @@ copy files in a plain way using rsync. affected by umask.
| script | preference | zsh | bash | dash | ash |
| --------------------------------------------- | ---------- | ---- | ---- | ---- | ---- |
| [archive](#archive) | zsh | ✔️ | ⭕ | ⭕ | ⭕ |
| [argc](#argc) | *sh* | ✔️ | ✔️ | ✔️ | ✔️ |
| [arith](#arith) | zsh | ✔️ | ✔️ | ✔️ | ✔️ |
| [arrays](#arrays) | **false** | ✔️ | ✔️ | ⭕ | ⭕ |