未验证 提交 6a6d1c52 编写于 作者: D Daniel Hahler 提交者: GitHub

fix(help): typo: s/filie/file (#833)

上级 5a637238
......@@ -13,7 +13,7 @@ class Command(BaseCommand):
"-l",
"--local",
action="store_true",
help="Set config in the project's local configuration filie",
help="Set config in the project's local configuration file",
)
parser.add_argument(
"-d", "--delete", action="store_true", help="Unset a configuration key"
......
......@@ -85,7 +85,7 @@ complete -c pdm -A -n '__fish_seen_subcommand_from completion' -l help -d 'show
complete -c pdm -A -n '__fish_seen_subcommand_from config' -l delete -d 'Unset a configuration key'
complete -c pdm -A -n '__fish_seen_subcommand_from config' -l global -d 'Use the global project, supply the project root with `-p` option'
complete -c pdm -A -n '__fish_seen_subcommand_from config' -l help -d 'show this help message and exit'
complete -c pdm -A -n '__fish_seen_subcommand_from config' -l local -d 'Set config in the project\'s local configuration filie'
complete -c pdm -A -n '__fish_seen_subcommand_from config' -l local -d 'Set config in the project\'s local configuration file'
complete -c pdm -A -n '__fish_seen_subcommand_from config' -l project -d 'Specify another path as the project root, which changes the base of pyproject.toml and __pypackages__'
complete -c pdm -A -n '__fish_seen_subcommand_from config' -l verbose -d '-v for detailed output and -vv for more detailed'
......
......@@ -116,7 +116,7 @@ _pdm() {
config)
_arguments -s \
{-g,--global}'[Use the global project, supply the project root with `-p` option]' \
{-l,--local}"[Set config in the project's local configuration filie]" \
{-l,--local}"[Set config in the project's local configuration file]" \
{-d,--delete}'[Unset a configuration key]' \
'1:key:->keys' \
'2:value:_files' && return 0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册