mirror of
https://github.com/daylinmorgan/monolisa-nerdfont-patch.git
synced 2024-12-21 22:40:44 -06:00
fix: add progam to argparse name
This commit is contained in:
parent
80c347ef1c
commit
9e8a1fd142
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ def run_cmd(
|
||||||
|
|
||||||
|
|
||||||
def get_args():
|
def get_args():
|
||||||
parser = argparse.ArgumentParser()
|
parser = argparse.ArgumentParser(prog="patch-monolisa")
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-f",
|
"-f",
|
||||||
"--font-path",
|
"--font-path",
|
||||||
|
|
Loading…
Reference in a new issue