pmacdonald-falcons
Results
2
comments of
pmacdonald-falcons
I wonder if we can update this https://github.com/AcademySoftwareFoundation/rez/blob/f17e88dad283826a5914e3aade4fbc9a010cdba2/src/rezplugins/shell/_utils/powershell_base.py#L295 from ``` cmd = "function %s() { %s @args }" % (key, value) ``` to ``` cmd = "function %s { &...
I can confirm that replacing the line above does indeed work. I have no idea whether this may break existing alias definitions though!