We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7496522 commit a7a9db5Copy full SHA for a7a9db5
CHANGELOG.md
@@ -9,8 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
## [0.1.0] - 2026-01-25
11
12
-- added: command execution (built-in and path) with basic argument handling (separation by whitespace only)
13
-- added: builtin commands
+- added: Basic REPL (Read-Eval-Print-Loop) with command execution (built-in and path), argument handling (separation by whitespace only)
+- added: Built-in commands:
14
- `echo`
15
- `exit`
16
- `type`
0 commit comments