-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a3bc157
commit 975b8fe
Showing
1 changed file
with
23 additions
and
17 deletions.
There are no files selected for viewing
This file contains 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
975b8fe
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.
How about renaming a bit:
subcommand
->check
sub_compatibility
->compatibility
subcommand_sv
->scvar
Please also expand the docstring for
subcommand_sv
similar tosub_compatibility
(this is show as--help
)975b8fe
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.
Yeah, I know, but I'm really short of time now, so I did the minimal thing...
This I'm not doing on purpose: those functions are created by
click
, as a result (they are wrapped and there to be called).It's kind of
click
magic, but from the experience with other projects better not to mix things.