okie im done doing things for now o//w//o
This commit is contained in:
parent
6b2a90c266
commit
aeedb042fe
6 changed files with 19 additions and 0 deletions
4
res/jinja/text/output.help.commands.jinja
Normal file
4
res/jinja/text/output.help.commands.jinja
Normal file
|
@ -0,0 +1,4 @@
|
|||
{{ strings.msg.help.cmds.header }}:
|
||||
{% for item in owo.misc.cmds %}
|
||||
{% if item.argNames.short[0] %}
|
||||
|
3
res/jinja/text/output.help.full.jinja
Normal file
3
res/jinja/text/output.help.full.jinja
Normal file
|
@ -0,0 +1,3 @@
|
|||
{% include 'output.help.usage.jinja' %}
|
||||
|
||||
{% include 'output.help.commands.jinja' %}
|
1
res/jinja/text/output.help.usage.jinja
Normal file
1
res/jinja/text/output.help.usage.jinja
Normal file
|
@ -0,0 +1 @@
|
|||
{{ strings.msg.help.usage.start }}: {{ owo.cliName }} [ options ] [ file | url ]
|
2
res/yaml/defaults/config.yaml
Normal file
2
res/yaml/defaults/config.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
output:
|
||||
- logLevel: DEBUG'
|
3
res/yaml/locale/en_US/locales.yaml
Normal file
3
res/yaml/locale/en_US/locales.yaml
Normal file
|
@ -0,0 +1,3 @@
|
|||
lang:
|
||||
en: "English"
|
||||
|
6
res/yaml/locale/en_US/msg.yaml
Normal file
6
res/yaml/locale/en_US/msg.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
help:
|
||||
usage:
|
||||
start: "usage"
|
||||
cmds:
|
||||
header: "COMMANDS"
|
||||
|
Loading…
Reference in a new issue