You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2019. It is now read-only.
Some projects that implement shotgun will want to provide a way to alias commands. I don't want to support aliasing directly in shotgun because it moves too far from the core feature set and makes too many assumptions about the implementing project.
The proper solution would be to come up with some sort of hook into the command parsing logic so that the implementing project can tap into it and make changes. Then the implementing project could do things like pull a list of aliases out of its database and transform them into proper shotgun commands.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Some projects that implement shotgun will want to provide a way to alias commands. I don't want to support aliasing directly in shotgun because it moves too far from the core feature set and makes too many assumptions about the implementing project.
The proper solution would be to come up with some sort of hook into the command parsing logic so that the implementing project can tap into it and make changes. Then the implementing project could do things like pull a list of aliases out of its database and transform them into proper shotgun commands.
The text was updated successfully, but these errors were encountered: