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(
|
||||
"-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(
|
||||
"-n",
|
||||
|
Reference in New Issue
Block a user