[ci skip] documents update

This commit is contained in:
Travis-CI 2018-02-19 12:39:35 +00:00
parent 3b584aef26
commit 5d4a1e881b
2 changed files with 16 additions and 0 deletions

View file

@ -55,6 +55,12 @@
<dt>rewrite [template-name] file rewrite-rule</dt>
<dd><p>Change file name using djula template.Variables {{name}} {{author}} {{email}} {{universal_time}} are available for rewrite-rule.</p>
</dd>
<dt>export [template-name] [directory]</dt>
<dd><p>Export files in current template to current directory.</p>
</dd>
<dt>import [directory]</dt>
<dd><p>Import template in current directory</p>
</dd>
<dt>help</dt>
<dd><p>Show the subcommand help.</p>
</dd>

View file

@ -66,6 +66,16 @@ Change file name using djula template.Variables {{name}} {{author}}
.RS
.RE
.TP
.B export [template\-name] [directory]
Export files in current template to current directory.
.RS
.RE
.TP
.B import [directory]
Import template in current directory
.RS
.RE
.TP
.B help
Show the subcommand help.
.RS