From 5d4a1e881b2e2d3b492c2c0728a5bf9e72810dbe Mon Sep 17 00:00:00 2001 From: Travis-CI Date: Mon, 19 Feb 2018 12:39:35 +0000 Subject: [PATCH] [ci skip] documents update --- documents/html/ros-template.html | 6 ++++++ documents/man/ros-template.1 | 10 ++++++++++ 2 files changed, 16 insertions(+) diff --git a/documents/html/ros-template.html b/documents/html/ros-template.html index 663dd24..1ed4d30 100644 --- a/documents/html/ros-template.html +++ b/documents/html/ros-template.html @@ -55,6 +55,12 @@
rewrite [template-name] file rewrite-rule

Change file name using djula template.Variables {{name}} {{author}} {{email}} {{universal_time}} are available for rewrite-rule.

+
export [template-name] [directory]
+

Export files in current template to current directory.

+
+
import [directory]
+

Import template in current directory

+
help

Show the subcommand help.

diff --git a/documents/man/ros-template.1 b/documents/man/ros-template.1 index db32807..a81ef4a 100644 --- a/documents/man/ros-template.1 +++ b/documents/man/ros-template.1 @@ -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