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
If you create a custom subcommand, that has the same arguments as a built-in command, the built-in command is "lost".
e.g.
If we create a custom subcommand atmos terraform state foobar, then all of the built-in atmos terraform state * commands stop working (cannot be found).
Expected Behavior
We should support some order of precedence, and support both. If a custom command is defined, then it would take precedence. Also, all other built-in commands should continue to work.
Steps to Reproduce
See above.
Screenshots
No response
Environment
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Describe the Bug
If you create a custom subcommand, that has the same arguments as a built-in command, the built-in command is "lost".
e.g.
If we create a custom subcommand
atmos terraform state foobar
, then all of the built-inatmos terraform state *
commands stop working (cannot be found).Expected Behavior
We should support some order of precedence, and support both. If a custom command is defined, then it would take precedence. Also, all other built-in commands should continue to work.
Steps to Reproduce
See above.
Screenshots
No response
Environment
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: