|
10 | 10 | from .path import path_run
|
11 | 11 |
|
12 | 12 | # from .overlap import overlap_run
|
13 |
| -# from .report import report_run |
14 | 13 |
|
15 | 14 |
|
16 | 15 | def main() -> None: # pragma: no cover
|
@@ -100,22 +99,6 @@ def run(argv) -> None:
|
100 | 99 | )
|
101 | 100 | parser_path.set_defaults(func=path_run)
|
102 | 101 |
|
103 |
| - # ----------------------------- |
104 |
| - # report sub-command parser |
105 |
| - # ----------------------------- |
106 |
| - # parser_report = subparsers.add_parser( |
107 |
| - # "report", help="Path reporting", description="Path reporting" |
108 |
| - # ) |
109 |
| - # parser_report.add_argument( |
110 |
| - # "-v", "--version", action="version", version=f"pathins v{__version__}" |
111 |
| - # ) |
112 |
| - # parser_report.add_argument("--nocolor", action="store_true", help="no ANSI color") |
113 |
| - # parser_report.add_argument("fontpath", type=str, help="font file path") |
114 |
| - # parser_report.add_argument( |
115 |
| - # "glyphname", type=str, help="glyph name (optional, default=all)", nargs="?" |
116 |
| - # ) |
117 |
| - # parser_report.set_defaults(func=report_run) |
118 |
| - |
119 | 102 | # -----------------------------
|
120 | 103 | # Parse args
|
121 | 104 | # -----------------------------
|
|
0 commit comments