mirror of
https://codeberg.org/TicklishHoneyBee/CLIte.git
synced 2026-03-11 09:04:37 +00:00
documentation update and version bump
This commit is contained in:
parent
279fc3c8aa
commit
00c6b9c8e7
3 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
(function() {
|
||||
var bios = {
|
||||
data:{
|
||||
version:'0.1.1',
|
||||
version:'0.1.2',
|
||||
id:'BIOS',
|
||||
bootable:'clite/core.js',
|
||||
entry:null
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
var clite = {
|
||||
state:{
|
||||
version:'0.5.2',
|
||||
version:'0.5.3',
|
||||
isinit:false,
|
||||
runlevel:1,
|
||||
bios:null,
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue