xgo icon indicating copy to clipboard operation
xgo copied to clipboard

want to add a subcommand to see the list of compilable commands

Open chaunsin opened this issue 1 year ago • 2 comments

a very good tool

I would like to add a subcommand that can view the list of currently available compilations, something like golang command:

$go tool dist list
aix/ppc64
android/386
android/amd64
android/arm
android/arm64
...
darwin/amd64
darwin/arm64
dragonfly/amd64
freebsd/386

thanks!!!

chaunsin avatar Nov 20 '24 11:11 chaunsin

Thanks for your kind words <3

I'd be very open to accepting a PR that does this.

techknowlogick avatar Nov 20 '24 15:11 techknowlogick

I want to develop this feature to add a subcommand inside xgo.go to show all platforms. Bug I don't know what are all the data sources for --targets @techknowlogick

mayooot avatar Jan 14 '25 13:01 mayooot