We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dc314f commit deca32aCopy full SHA for deca32a
manage.py
@@ -52,8 +52,8 @@
52
#build-gh-page
53
parser.add_argument_group("build-page", "Generate static pages.")
54
theme_group = parser.add_argument_group("install_theme")
55
- theme_group.add_argument("--name", "Install the theme in the official repository", type=str)
56
- theme_group.add_argument("--custom", "Install the theme of the custom repository", type=str)
+ theme_group.add_argument("--name", help="Install the theme in the official repository", type=str)
+ theme_group.add_argument("--custom", help="Install the theme of the custom repository", type=str)
57
args = parser.parse_args()
58
try:
59
if args.command == "setting":
0 commit comments