Closed
Description
Hi there,
I am using 2.1.1 beta.
First this is a fantastic and easy to use library. Thanks a lot
I have just implemented some Usage
feature according to documentation found in Wiki. Your example shows some newline between the Usage section and the Error section (see here). However they do not show up on my tests.
See output
PKSim
Copyright c 2017 - Open Systems Pharmacology Community
ERROR(S):
Required option 'i, input' is missing.
Required option 'o, output' is missing.
USAGE:
Create snapshot files from project files:
PKSim.CLI snap --input <SnapshotFolder> --output <ProjectFolder> --snapshot
Create project files from snapshot files:
PKSim.CLI snap --input <ProjectFolder> --output <SnapshotFolder> --project
Create project files from snapshot files and only log errors:
PKSim.CLI snap --input <ProjectFolder> --logLevel Error --output <SnapshotFolder> --project
Would it be possible to add a Newline before USAGE
. Also maybe a new line between each Example?
Cheers,
Michael