Add cmd interface

This commit is contained in:
RainLoop Team 2016-08-22 00:30:34 +03:00
parent 17669b7be0
commit e6e1a19477
22 changed files with 540 additions and 111 deletions

1
dev/Html/Cmds/Done.html Normal file
View file

@ -0,0 +1 @@
<span class="rl-cmd-clr-success">done!</span>

1
dev/Html/Cmds/Error.html Normal file
View file

@ -0,0 +1 @@
<span class="rl-cmd-clr-error">Command not found:</span> {{ cmd }}

1
dev/Html/Cmds/Help.html Normal file
View file

@ -0,0 +1 @@
<span class="rl-cmd-clr-info">commands:</span> {{ commands }}

View file

@ -0,0 +1 @@
lang <span class="rl-cmd-clr-info">[{{ langs }}]</span>

1
dev/Html/Cmds/Main.html Normal file
View file

@ -0,0 +1 @@
<span class="rl-cmd-clr-success">&gt;</span> {{ cmd }}

View file

@ -0,0 +1 @@
theme <span class="rl-cmd-clr-info">[{{ themes }}]</span>

View file

@ -0,0 +1 @@
<span class="rl-cmd-clr-info">version:</span> {{ version }}