From e0f36f2625386c566b92e3e5a3e1b03808e5bbfe Mon Sep 17 00:00:00 2001 From: raj_mathe Date: Sat, 23 Oct 2021 17:55:02 +0200 Subject: [PATCH] =?UTF-8?q?master=20>=20master:=20code=20-=20kleine=20?= =?UTF-8?q?=C3=84nderungen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/local/system.py | 2 -- code/main.py | 5 ++++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/code/local/system.py b/code/local/system.py index a1c4947..a6520fb 100644 --- a/code/local/system.py +++ b/code/local/system.py @@ -8,7 +8,5 @@ import os; import sys; -import pathlib; import platform; import shutil; -import subprocess; diff --git a/code/main.py b/code/main.py index 55b53f9..8e4936d 100644 --- a/code/main.py +++ b/code/main.py @@ -107,7 +107,10 @@ if __name__ == '__main__': cli_args = sys.argv[1:]; parser = argparse.ArgumentParser( prog='code/main.py', - description=r'Ein Programm, das verschiedene Algorithmen aus dem Kurs AlgoDat I testet.' + description=''' + \033[2;1mBeschreibung:\033[0m + \033[2mEin Programm, das verschiedene Algorithmen aus dem Kurs AlgoDat I testet.\033[0m + ''', ); parser.add_argument('all', nargs='?', help='Führt alle Testfälle in der config.yml Datei durch.'); parser.add_argument('--path', nargs=1, type=str, help='Pfad zur alternativen Configdatei.');