Skip to content

Commit ca0ab21

Browse files
authored
Merge pull request #26 from Esmilis/patch-1
misnamed function
2 parents 3ffa1c4 + c0f94e6 commit ca0ab21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nx-completion.plugin.zsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ _nx_command() {
349349
"--nx-ignore-cycles[Ignore cycles in the task graph]" \
350350
"--output-style[Defines how Nx emits outputs tasks logs]:style:(dynamic static stream stream-without-prefixes)" \
351351
"(--parallel --maxParallel)"{--parallel,--maxParallel}"[Max number of parallel processes. (default is 3)]:count:" \
352-
"--projects[Projects to run (comma delimited).]:projects:_nx_list_projects" \
352+
"--projects[Projects to run (comma delimited).]:projects:_list_projects" \
353353
"--runner[Override the tasks runner in nx.json.]:runner:" \
354354
"(--skip-nx-cache --skipNxCache)"{--skip-nx-cache,--skipNxCache}"[Rerun the tasks even when the results are available in the cache.]" \
355355
"(-t --target --targets)"{-t=,--target=,--targets=}"[Task(s) to run for affected projects.]:target:" \

0 commit comments

Comments
 (0)