version bump and docs update

This commit is contained in:
Lisa Milne 2023-12-14 19:01:56 +10:00
parent e719b8686a
commit 55b557be42
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,6 @@
var clite = {
state:{
version:'0.5.0',
version:'0.5.1',
isinit:false,
runlevel:1,
bios:null,

View file

@ -67,6 +67,8 @@ The shell supports arguments in "quotes" and 'single quotes', as well as
asterisk (*) wildcard is not currently supported
The shell maintains a command history, use up and down arrows to access.
Piping and io redirects are not currently supported, yet.
Minimal shell scripting is supported, essentially a line parser, no
conditional or loop support (yet).
The following shell builtin commands or macros are available:
clear - clears the terminal window