Fix Line 32:80: E501 line too long (102 > 79 characters)
This commit is contained in:
@@ -29,7 +29,12 @@ from .wrapper import Url
|
|||||||
)
|
)
|
||||||
@click.option("-v", "--version", is_flag=True, default=False, help="waybackpy version.")
|
@click.option("-v", "--version", is_flag=True, default=False, help="waybackpy version.")
|
||||||
@click.option(
|
@click.option(
|
||||||
"-l", "--showlicense", "--license", is_flag=True, default=False, help="show license of Waybackpy."
|
"-l",
|
||||||
|
"--showlicense",
|
||||||
|
"--license",
|
||||||
|
is_flag=True,
|
||||||
|
default=False,
|
||||||
|
help="show license of Waybackpy.",
|
||||||
)
|
)
|
||||||
@click.option(
|
@click.option(
|
||||||
"-n",
|
"-n",
|
||||||
|
Reference in New Issue
Block a user