Commit f9a1ba0e authored by AP matsuo koji's avatar AP matsuo koji 😲

getAdoc.bat: drawioが必ず作成されてしまっていた

parent 9d074f59
......@@ -68,7 +68,7 @@ var pm = uParam()
//
.set("OpenAdocHelp").opt("/OpenAdocHelp") .init(false) .desc("asciidocの記述ヘルプを開く")
.set("CopyDrawio") .opt("/CopyDrawio").next("*") .init(0) .desc("drawioファイルを作成。0:作成しない、1:作成する。その他:drawioのファイル名")
.set("CopyDrawio") .opt("/CopyDrawio").next("*") .init("").desc("drawioファイルを作成。0:作成しない、1:作成する。その他:drawioのファイル名")
// 固定:unnamed引数と全体の説明を記述する
.set("*") .desc("adocのファイル名称を指定します")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment