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
It would be great to provide shell completion scripts which allow you to press the tab key on your keyboard to autocomplete commands and arguments when typing a mint command.
One approach how to achieving this is to generate them. Installation instructions for different shells (bash, zsh, fish) and the underlying implementation is available in the swift-argument-parser repo.
The text was updated successfully, but these errors were encountered:
It would be great to provide shell completion scripts which allow you to press the tab key on your keyboard to autocomplete commands and arguments when typing a mint command.
One approach how to achieving this is to generate them. Installation instructions for different shells (bash, zsh, fish) and the underlying implementation is available in the swift-argument-parser repo.
The text was updated successfully, but these errors were encountered: