mirror of https://github.com/jpanther/congo.git
docs: update script docs
parent
db07288d01
commit
679898570c
|
@ -114,7 +114,7 @@ def parse_args() -> Tuple[str, str, int]:
|
||||||
2. Icon Representation :str
|
2. Icon Representation :str
|
||||||
3. Log Level: int
|
3. Log Level: int
|
||||||
"""
|
"""
|
||||||
parser = argparse.ArgumentParser()
|
parser = argparse.ArgumentParser(description="This script adds an icon to this congo theme and updates the relevant documentation.")
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-v",
|
"-v",
|
||||||
"--verbose",
|
"--verbose",
|
||||||
|
|
Loading…
Reference in New Issue