You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.expect("Failed to generate PowerShell completions");
despite lsd providing shell completions via clap_complete::generate_to, there is no documentation that either SHELL_COMPLETIONS_DIR or OUT_DIR environment variable needs to be set to generate one.
alternatively, LSD could provide a command-line option to generate completions at runtime.
The text was updated successfully, but these errors were encountered:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
lsd/build.rs
Lines 24 to 36 in 2fe3fcd
despite lsd providing shell completions via
clap_complete::generate_to
, there is no documentation that eitherSHELL_COMPLETIONS_DIR
orOUT_DIR
environment variable needs to be set to generate one.alternatively, LSD could provide a command-line option to generate completions at runtime.
The text was updated successfully, but these errors were encountered: