Skip to content

Commit

Permalink
微修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yuji38kwmt committed Nov 19, 2019
1 parent 6872b35 commit 812ab77
Show file tree
Hide file tree
Showing 3 changed files with 100 additions and 8 deletions.
104 changes: 98 additions & 6 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion annofabcli/common/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def add_csv_format(self, help_message: Optional[str] = None):

self.parser.add_argument('--csv_format', type=str, help=help_message)

def add_output(self, required: bool = True, help_message: Optional[str] = None):
def add_output(self, required: bool = False, help_message: Optional[str] = None):
"""
'--output` 引数を追加
"""
Expand Down
2 changes: 1 addition & 1 deletion annofabcli/experimental/subcommand_experimental.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def parse_args(parser: argparse.ArgumentParser):


def add_parser(subparsers: argparse._SubParsersAction):
subcommand_name = "future"
subcommand_name = "experimental"
subcommand_help = "アルファ版のサブコマンド"
description = "アルファ版のサブコマンド。予告なしに削除されたり、コマンドライン引数が変わったりします。"

Expand Down

0 comments on commit 812ab77

Please sign in to comment.