File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 44
55import sys
66
7- from mpflash .vendor .click_aliases import ClickAliasedGroup
87import rich_click as click
9- from mpflash .logger import log , set_loglevel as mpf_set_loglevel
8+ from mpflash .logger import log
9+ from mpflash .logger import set_loglevel as mpf_set_loglevel
10+ from mpflash .vendor .click_aliases import ClickAliasedGroup
11+
1012from stubber import __version__
1113
1214
1315@click .group (chain = True , cls = ClickAliasedGroup )
1416@click .version_option (package_name = "micropython-stubber" , prog_name = "micropython-stubber✏️ " )
1517@click .option (
16- "-V" ,
1718 "-V" ,
1819 "--verbose" ,
1920 count = True ,
Original file line number Diff line number Diff line change 5858)
5959@click .option (
6060 "--clean-rst/--no-clean-rst" ,
61- "-b/-nb" ,
6261 default = True ,
6362 help = "remove .rST constructs from the docstrings" ,
6463 show_default = True ,
You can’t perform that action at this time.
0 commit comments