-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Removing task definition list and show commands #525
Conversation
… longer publicly supported.
[thinking out loud]: |
The decision to remove this is taken due to chances of back compat break in the API which is undocumented. |
oldCommands.append(oldArgument.command) | ||
if oldArgument.command not in ignoreCommands: | ||
if not any(oldArgument.command in s for s in oldCommands): | ||
oldCommands.append(oldArgument.command) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was not required.
There were other issues which I fixed.
Removing task definition list and show commands since the APIs are no longer publicly supported.
Please make sure the code is following contribution guidelines in CONTRIBUTING.md