-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
書き込み系のAPIを一括で無効化する引数・環境変数を追加 #895
The head ref may contain hidden characters: "API\u7121\u52B9\u5316\u5F15\u6570"
Conversation
@aoirint さんもレビューいただけると心強いです!! |
parser.add_argument( | ||
"--use_gpu", action="store_true", help="指定するとGPUを使って音声合成するようになります。" | ||
) | ||
parser.add_argument("--use_gpu", action="store_true", help="GPUを使って音声合成するようになります。") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ついでに実行実引数の説明をリファクタリングしました。
指定すると
を省いています。(指定しない引数はないので)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTMです!
Dependsを使って簡単に挿入できるのいいですね....!
内容
こちらの課題を解決します。
プリセット・辞書・設定・音声ライブラリの変更を無効化できます。
関連 Issue
close #571
その他