Create macro fish_genrule that wraps genrule and maps cmd -> cmd_bash, cmd_ps, etc. and creates a wrapper similar to fish_wrapper.sh that is used by fish_binary. As much as possible, other kwargs should just pass through.
See https://bazel.build/reference/be/general#genrule.
Create macro
fish_genrulethat wrapsgenruleand mapscmd->cmd_bash,cmd_ps, etc. and creates a wrapper similar tofish_wrapper.shthat is used by fish_binary. As much as possible, other kwargs should just pass through.See https://bazel.build/reference/be/general#genrule.