module cli_option_validators
Validators for command line arguments.
Global Variables
- PATTERN_TYPES
class OptionValidator
Base class for CLI options validators that needs to be in its own file because of circular dependency issues.
method arg_type_str
arg_type_str() → str
class DirValidator
DirValidator(allow_create: bool = False)
method __init__
__init__(allow_create: bool = False) → None
method arg_type_str
arg_type_str() → str
class PathValidator
method arg_type_str
arg_type_str() → str
class PatternsLabelValidator
method arg_type_str
arg_type_str() → str
class YaraRegexValidator
method arg_type_str
arg_type_str() → str
This file was automatically generated via lazydocs.