Skip to content
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

completions: fix some issues with zsh completions #1080

Merged
merged 1 commit into from
Dec 5, 2023

completions: fix zsh completions when sourced directly

96edced
Select commit
Loading
Failed to load commit list.
Merged

completions: fix some issues with zsh completions #1080

completions: fix zsh completions when sourced directly
96edced
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 5, 2023 in 1s

92.43% of diff hit (target 86.36%)

View this Pull Request on Codecov

92.43% of diff hit (target 86.36%)

Annotations

Check warning on line 38 in src/cli/alias/ls.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cli/alias/ls.rs#L38

Added line #L38 was not covered by tests

Check warning on line 32 in src/cli/plugins/ls.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cli/plugins/ls.rs#L32

Added line #L32 was not covered by tests

Check warning on line 36 in src/cli/plugins/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cli/plugins/mod.rs#L36

Added line #L36 was not covered by tests

Check warning on line 19 in src/cli/plugins/uninstall.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cli/plugins/uninstall.rs#L19

Added line #L19 was not covered by tests

Check warning on line 23 in src/cli/plugins/uninstall.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cli/plugins/uninstall.rs#L23

Added line #L23 was not covered by tests

Check warning on line 31 in src/cli/plugins/uninstall.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cli/plugins/uninstall.rs#L31

Added line #L31 was not covered by tests

Check warning on line 15 in src/cli/render_completion.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cli/render_completion.rs#L15

Added line #L15 was not covered by tests

Check warning on line 254 in src/cli/render_completion.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cli/render_completion.rs#L253-L254

Added lines #L253 - L254 were not covered by tests

Check warning on line 259 in src/cli/render_completion.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cli/render_completion.rs#L257-L259

Added lines #L257 - L259 were not covered by tests

Check warning on line 262 in src/cli/render_completion.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/cli/render_completion.rs#L261-L262

Added lines #L261 - L262 were not covered by tests