Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NewLine missing between Usage and Example #185

Closed
msevestre opened this issue Nov 7, 2017 · 6 comments
Closed

NewLine missing between Usage and Example #185

msevestre opened this issue Nov 7, 2017 · 6 comments

Comments

@msevestre
Copy link

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

@ericnewton76
Copy link
Member

Hi, how exactly are you generating that? Can you point us to the code in your repo or copy the relevant code here?

I'll check it out and see what can be done.

@msevestre
Copy link
Author

Hi @ericnewton76

You can find the code here

Let me know if you need more info,

@DominikWiesend
Copy link

waiting for this too, I thought already I`m to stupid. Feels good to see another one stuck there.

@msevestre
Copy link
Author

@ericnewton76 Any news on that?

@mchenzero
Copy link

Also I think there should be a line break before the USAGE: heading.

@segunak
Copy link

segunak commented Nov 6, 2019

This issue is addressed by #494

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants