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
If would be great to have some built-in shell completion support.
Steps to realize in Mill:
a target to generate a file with all completable targets
some logic in Mill server, to always generate that file (if outdated) after the server becomes idle
Of course, existing shell completion tools need to use this generated file. They also need a fast way to check whether this file is up-to-date, so they can trigger a re-generation.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
If would be great to have some built-in shell completion support.
Steps to realize in Mill:
Of course, existing shell completion tools need to use this generated file. They also need a fast way to check whether this file is up-to-date, so they can trigger a re-generation.
Beta Was this translation helpful? Give feedback.
All reactions