質問編集履歴

1

該当部分のコードを追記しました

2018/04/14 07:22

投稿

mecorian
mecorian

スコア6

test CHANGED
File without changes
test CHANGED
@@ -30,9 +30,33 @@
30
30
 
31
31
 
32
32
 
33
+ ```
34
+
35
+ # -*- coding: utf-8 -*-
36
+
37
+ __doc__ = """
38
+
39
+ Usage:
40
+
41
+ {f}
42
+
43
+ {f} [-h | --help]
44
+
45
+ {f} [-c | --config <FILE>]
46
+
47
+ {f} demo [-c | --config <FILE>]
48
+
49
+
50
+
33
- ```python3
51
+ Options:
52
+
53
+ -h --help : Show this message.
54
+
55
+ -c --config <FILE> : Specify configration file.
34
56
 
35
57
  """.format(f = __file__)
58
+
59
+
36
60
 
37
61
  ```
38
62