We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
# noqa: FBT001
1 parent 6c331ab commit 4e9ee57Copy full SHA for 4e9ee57
unblob/cli.py
@@ -265,19 +265,20 @@ def __init__(
265
expose_value=False,
266
)
267
def cli(
268
+ *,
269
file: Path,
270
extract_root: Path,
271
report_file: Optional[Path],
272
log_path: Path,
- force: bool, # noqa: FBT001
273
+ force: bool,
274
process_num: int,
275
depth: int,
276
randomness_depth: int,
277
skip_magic: Iterable[str],
278
skip_extension: Iterable[str],
- clear_skip_magics: bool, # noqa: FBT001
279
- skip_extraction: bool, # noqa: FBT001
280
- keep_extracted_chunks: bool, # noqa: FBT001
+ clear_skip_magics: bool,
+ skip_extraction: bool,
281
+ keep_extracted_chunks: bool,
282
carve_suffix: str,
283
extract_suffix: str,
284
handlers: Handlers,
0 commit comments