We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b36ba54 commit beb1b9aCopy full SHA for beb1b9a
dissect/target/loader.py
@@ -93,6 +93,7 @@ def print_help(cls) -> None:
93
@staticmethod
94
def _create_parser(cls: type[Loader]) -> argparse.ArgumentParser:
95
"""Creates the argument parser for this loader."""
96
+ # Do like generate_argparse_for_method in cli.py
97
parser = argparse.ArgumentParser(
98
prog=f"loader:{cls.__name__.lower()}",
99
description=f"Options for the '{cls.__name__}' loader.",
0 commit comments