Keep the pre-2.0 command line working as an alias - #72
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
in2lambda FILE FILTERexits with an error namingin2lambda convert FILE FILTER. There is no need to break it. When the first argument is an existing file (or a path to one) rather than a subcommand name, print one deprecation line to stderr and runconvertwith the same arguments; the shell-completion exemption and the message for a first argument that is neither stay as they are. Version becomes 1.1.0 and the CHANGELOG entry describes the alias, not a removal. Done when the four old-form invocations in tests/test_cli.py convert successfully with the deprecation line on stderr, andin2lambda convertis unchanged.Workbench ticket t47.