Remove desc from Arguments header

This commit is contained in:
Matthias
2019-09-04 16:38:33 +02:00
parent 74578b8752
commit 03f3d0dc8b
6 changed files with 55 additions and 58 deletions

View File

@@ -31,10 +31,7 @@ def main(sysargv: List[str] = None) -> None:
return_code: Any = 1
worker = None
try:
arguments = Arguments(
sysargv,
'Free, open source crypto trading bot'
)
arguments = Arguments(sysargv)
args: Namespace = arguments.get_parsed_arg()
# A subcommand has been issued.