mirror of
https://codeberg.org/TicklishHoneyBee/CLIte.git
synced 2026-03-11 09:04:37 +00:00
get export working with no arguments
This commit is contained in:
parent
df55e9f3ad
commit
781b9d1acc
1 changed files with 1 additions and 1 deletions
|
|
@ -1370,7 +1370,7 @@ clite.shell = {
|
|||
},
|
||||
export:function(args,io) {
|
||||
if (args.length == 1) {
|
||||
Object.keys(clite.shell.env,function(key) {
|
||||
Object.keys(clite.shell.env).forEach(function(key) {
|
||||
io.write(key+'='+clite.shell.env[key]);
|
||||
});
|
||||
return;
|
||||
|
|
|
|||
Loading…
Reference in a new issue