Skip to content

Commit df628d4

Browse files
committed
delete config
1 parent 80b7fba commit df628d4

File tree

2 files changed

+1
-100
lines changed

2 files changed

+1
-100
lines changed

src/htmlcmp/.html-tidy

Lines changed: 0 additions & 99 deletions
This file was deleted.

src/htmlcmp/tidy_output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def tidy_dir(path, level=0, prefix="", tidy_config=None):
9393
def main():
9494
parser = argparse.ArgumentParser()
9595
parser.add_argument("path", type=Path, help="Path to directory to tidy")
96-
parser.add_argument("--tidy-config", type=Path, help="Path to tidy config file")
96+
parser.add_argument("--html-tidy-config", type=Path, help="Path to tidy config file")
9797
args = parser.parse_args()
9898

9999
result = tidy_dir(args.path, tidy_config=args.tidy_config)

0 commit comments

Comments
 (0)