mirror of
https://codeberg.org/TicklishHoneyBee/CLIte.git
synced 2026-03-11 09:04:37 +00:00
version bump and docs update
This commit is contained in:
parent
e719b8686a
commit
55b557be42
2 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
var clite = {
|
||||
state:{
|
||||
version:'0.5.0',
|
||||
version:'0.5.1',
|
||||
isinit:false,
|
||||
runlevel:1,
|
||||
bios:null,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue