From 047e1a84fda24d01e56ccf988c44952fba98eb78 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Sun, 8 Mar 2026 22:07:58 +0900 Subject: [PATCH] Fix dart completion - fix wrong option name --- src/_dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_dart b/src/_dart index ba63283..2e15a5f 100644 --- a/src/_dart +++ b/src/_dart @@ -334,7 +334,7 @@ _dart_pub() { '(-v --verbose)'{-v,--verbose}'[Print detailed logging]' \ '(--color --no-color)--color[Use colors in terminal output]' \ '(--color --no-color)--no-color[Do not use colors in terminal output]' \ - '(-C --directory)'{-d,--directory=}'[Run the subcommand in the directory]:dir:_files -/'\ + '(-C --directory)'{-C,--directory=}'[Run the subcommand in the directory]:dir:_files -/'\ '1: :_dart_pub_subcommands' \ '*:: :->arg' \ && ret=0