mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
[ci skip] documents update
This commit is contained in:
parent
3b584aef26
commit
5d4a1e881b
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue