mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Add cmd interface
This commit is contained in:
parent
17669b7be0
commit
e6e1a19477
22 changed files with 540 additions and 111 deletions
1
dev/Html/Cmds/Done.html
Normal file
1
dev/Html/Cmds/Done.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
<span class="rl-cmd-clr-success">done!</span>
|
||||
1
dev/Html/Cmds/Error.html
Normal file
1
dev/Html/Cmds/Error.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
<span class="rl-cmd-clr-error">Command not found:</span> {{ cmd }}
|
||||
1
dev/Html/Cmds/Help.html
Normal file
1
dev/Html/Cmds/Help.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
<span class="rl-cmd-clr-info">commands:</span> {{ commands }}
|
||||
1
dev/Html/Cmds/LangEmpty.html
Normal file
1
dev/Html/Cmds/LangEmpty.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
lang <span class="rl-cmd-clr-info">[{{ langs }}]</span>
|
||||
1
dev/Html/Cmds/Main.html
Normal file
1
dev/Html/Cmds/Main.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
<span class="rl-cmd-clr-success">></span> {{ cmd }}
|
||||
1
dev/Html/Cmds/ThemeEmpty.html
Normal file
1
dev/Html/Cmds/ThemeEmpty.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
theme <span class="rl-cmd-clr-info">[{{ themes }}]</span>
|
||||
1
dev/Html/Cmds/Version.html
Normal file
1
dev/Html/Cmds/Version.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
<span class="rl-cmd-clr-info">version:</span> {{ version }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue