style: 修改检测模块文件名
This commit is contained in:
parent
d2b0fb286c
commit
99b481059b
@ -170,7 +170,9 @@ def process_path(path: str, output_format: str, mode: str, output_file=None):
|
||||
def main():
|
||||
import argparse
|
||||
|
||||
parser = argparse.ArgumentParser(description="Backdoor detection tool.")
|
||||
parser = argparse.ArgumentParser(
|
||||
description="Backdoor detection tool.", prog="detection"
|
||||
)
|
||||
parser.add_argument("path", help="Path to the code to analyze")
|
||||
parser.add_argument("-o", "--output", help="Output file path", default=None)
|
||||
parser.add_argument(
|
Loading…
x
Reference in New Issue
Block a user