documentation update and version bump

This commit is contained in:
Lisa Milne 2023-12-15 20:39:42 +10:00
parent 279fc3c8aa
commit 00c6b9c8e7
3 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
(function() {
var bios = {
data:{
version:'0.1.1',
version:'0.1.2',
id:'BIOS',
bootable:'clite/core.js',
entry:null

View file

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

View file

@ -67,8 +67,7 @@ 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 supported, however they may be buggy.
Minimal shell scripting is supported, essentially a line parser, no
conditional or loop support (yet).
Minimal shell scripting is supported: no loop support (yet).
The following shell builtin commands or macros are available:
clear - clears the terminal window
@ -82,6 +81,7 @@ export - without arguments: will print all environment variables and their
values.
- with argument: allows an environment variable to be changed or
created. `export FOO=bar'
if / then / else / fi works as per posix (mostly)
For more information, check the other readme files for info on CLIte internals.
Also, consider buying the developer a coffee: