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
{{ message }}
This repository was archived by the owner on Dec 6, 2025. It is now read-only.
The autocompletion which was added in #50 is not the most optimal and does not perfectly reflect the actual accepted arguments and options that xshe accepts.
This issue may be resolved in two ways:
Writing dedicated autocompletion scripts for each shell instead of generating them with clap_complete
Improve clap_complete to better reflect the actual expected arguments
The autocompletion which was added in #50 is not the most optimal and does not perfectly reflect the actual accepted arguments and options that
xsheaccepts.This issue may be resolved in two ways:
clap_completeclap_completeto better reflect the actual expected arguments