Skip to content

Commit 49d0f6c

Browse files
committed
Updates the readme
1 parent 5b551a6 commit 49d0f6c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

packages/berry-shell/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,16 @@ process.exitCode = await execute(`ls "$1" | wc -l`, [process.cwd()]);
2121
- Supports variables
2222
- Supports string manipulators
2323
- Supports argc/argv
24-
- Supports the most class builtins
24+
- Supports the most classic builtins
2525
- Doesn't necessarily need to access the fs
2626

2727
## Help Wanted
2828

2929
- Stream redirections (`> foo`)
30+
- Glob support (`ls *.txt`)
31+
- More string manipulators
32+
33+
## No-Goals
34+
35+
- Perfect POSIX compliance (basic scripting is enough for now)
36+
- Multiline-scripts (we mostly target one-liners)

0 commit comments

Comments
 (0)