From a3de1176a46e8e86329009cf274df406f8f1c3e9 Mon Sep 17 00:00:00 2001 From: anekos Date: Sat, 16 Jun 2012 22:41:41 +0900 Subject: Fix some expressions and . --- function-template.js | 34 ++++++++++++++++++++++++++++------ 1 file changed, 28 insertions(+), 6 deletions(-) (limited to 'function-template.js') diff --git a/function-template.js b/function-template.js index 502f2da..3b4a936 100644 --- a/function-template.js +++ b/function-template.js @@ -48,10 +48,21 @@ let INFO =

:hoge - :hoge -opt1=val1 + :hoge -opt1=val1

Description for Command -

+

+ +
:hoge - :hoge -opt1=val1 + :hoge -opt1=val1

コマンドの説明 -

+

+ +
; @@ -123,7 +145,7 @@ let INFO = subCommands: [ new Command( ['subA'], - 'Sub command A' + 'Sub command A', function (args) { // addUserCommand のと同じ }, @@ -133,7 +155,7 @@ let INFO = ), new Command( ['subB'], - 'Sub command B' + 'Sub command B', function (args) { }, {} ) -- cgit v1.2.3