a very good tool I would like to add a subcommand that can view the list of currently available compilations, something like golang command: ```shell $go tool dist list aix/ppc64 android/386 android/amd64 android/arm android/arm64 ... darwin/amd64 darwin/arm64 dragonfly/amd64 freebsd/386 ``` thanks!!!