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
I think that was intentional, that underscore prefixed targets were intended to be "internal" targets called by other targets, not intended for running directly. I think that usage ended up getting combined with prefixing default targets, because everything is in the global namespace... I imagine these will be go:bench go:build etc. once #11 is done.
Maybe we should preserve the behavior of hiding underscored names by default so that they can continue to be used for internal targets, and just add a command line flag to show all targets?
Right now it does not display them because underscore targets are hidden.
$ ron t -l _go* Targets: Default Targets:
The text was updated successfully, but these errors were encountered: