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
fix: only hide curser after clap is done parsing cli args
Clap exits the process directly, disregarding the drop impl of other
structs, when invoked with --help for example.
The other implementation solution would be to rely on a libc unsafe hook
to execute code no matter what at process exit, which is a bit overkill
for our usecase here.
0 commit comments