We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 715eb2b + 25b1206 commit 1166a0dCopy full SHA for 1166a0d
public/builtin/apps/scripts/terminal/commands/config.js
@@ -6,6 +6,7 @@ export const metadata = {
6
export const exec = (fs, term, usr, dir, args) => {
7
var values=[];
8
var secondArgPos = 0;
9
+ if(args.length==1) {return "Change Localstorage Keys"}
10
if(args.length!=2) {
11
if(!args[2].includes('"')) {
12
values[0]=args[2];
0 commit comments