magex icon indicating copy to clipboard operation
magex copied to clipboard

Helper methods for Magefiles

Results 3 magex issues
Sort by recently updated
recently updated
newest added

See https://github.com/uwu-tools/magex#attribution / https://github.com/uwu-tools/magex/pull/1. 🖤

I am having trouble copying a single file. I think because the code is calling walk?

It would be nice to not have to specify the arguments as a string slice and instead pass a single space separated string. ```go shx.Run("go test ./...") ``` There is...