rez icon indicating copy to clipboard operation
rez copied to clipboard

Script blocks and dynamic invocation

Open triley13 opened this issue 1 year ago • 4 comments

Fixes #1728

Per issue 1728, where alias could be used with dynamic invocation and script blocks.

triley13 avatar May 08 '24 19:05 triley13

CLA Signed

The committers listed above are authorized under a signed CLA.

  • :white_check_mark: login: triley13 / name: Tye (e40bfba0458286a3c7ec52e69de856b24fe0fd29)

Hi @triley13, thanks for submitting your first pull request. Our project requires you to sign a CLA. See https://github.com/AcademySoftwareFoundation/rez/blob/main/CONTRIBUTING.md#contributor-license-agreements for more information. To sign, please click one of the red buttons in https://github.com/AcademySoftwareFoundation/rez/pull/1747#issuecomment-2101265708.

Hey @JeanChristopheMorinPerso, working with my org right now to get Authorization!

triley13 avatar May 14 '24 18:05 triley13

CLA has been signed.

triley13 avatar May 15 '24 20:05 triley13

This fix can be done by simply adding the ampersand in the alias string function (in the current release) like so:

alias("nuke", '& "main.bat" "nuke" "nuke.exe"')

triley13 avatar Jul 10 '24 21:07 triley13