Compare commits
No commits in common. "f1b09dd4b7e43ff95b6cce01bf295570ae2f482e" and "a6d5079473373fcef9ce179b9f10f573a701f90a" have entirely different histories.
f1b09dd4b7
...
a6d5079473
2
main.py
2
main.py
@ -126,7 +126,7 @@ def read_yaml(path):
|
||||
|
||||
if __name__ == '__main__':
|
||||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument("rootdirectory", help="your project's root directory")
|
||||
parser.add_argument("rootdirectory", help="your project's root directory (default: .)")
|
||||
parser.add_argument("-l", "--language", default="de", help="the presentation language (default: de)")
|
||||
|
||||
args = parser.parse_args()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user