|
@@ -23,7 +23,7 @@ def parse_args():
|
|
''', epilog="Believe that with the above description, " +
|
|
''', epilog="Believe that with the above description, " +
|
|
"you can start working right away. Wish you success")
|
|
"you can start working right away. Wish you success")
|
|
# group = parser.add_mutually_exclusive_group()
|
|
# group = parser.add_mutually_exclusive_group()
|
|
- parser.add_argument('cmd', help='cmd: commit, sync', choices=['commit','sync', 'help','version'] , default='help')
|
|
|
|
|
|
+ parser.add_argument('cmd', help='cmd: commit, sync, check', choices=['commit','sync', 'check', 'help','version'] , default='help')
|
|
parser.add_argument('--path', help='set a path')
|
|
parser.add_argument('--path', help='set a path')
|
|
args = parser.parse_args()
|
|
args = parser.parse_args()
|
|
|
|
|