Skip to content

Commit

Permalink
more fixes for test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
crotwell authored and remkop committed Mar 4, 2021
1 parent 56f0bb2 commit 8a97b5d
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 0 deletions.
6 changes: 6 additions & 0 deletions picocli-codegen/src/test/resources/import.manpage.txt.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ _<file>_::

// end::picocli-generated-man-section-arguments[]

// tag::picocli-generated-man-section-commands[]
// end::picocli-generated-man-section-commands[]

// tag::picocli-generated-man-section-exit-status[]
// end::picocli-generated-man-section-exit-status[]

// tag::picocli-generated-man-section-footer[]
== Example:

Expand Down
3 changes: 3 additions & 0 deletions picocli-codegen/src/test/resources/myapp.manpage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ This app does great things.

// end::picocli-generated-man-section-arguments[]

// tag::picocli-generated-man-section-commands[]
// end::picocli-generated-man-section-commands[]

// tag::picocli-generated-man-section-exit-status[]
== Exit status

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,13 @@ This app does great things.

// end::picocli-generated-man-section-arguments[]

// tag::picocli-generated-man-section-commands[]
// end::picocli-generated-man-section-commands[]

// tag::picocli-generated-man-section-exit-status[]
// end::picocli-generated-man-section-exit-status[]

// tag::picocli-generated-man-section-footer[]
// end::picocli-generated-man-section-footer[]

// end::picocli-generated-full-manpage[]
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,16 @@ This app does great things.

// end::picocli-generated-man-section-options[]

// tag::picocli-generated-man-section-arguments[]
// end::picocli-generated-man-section-arguments[]

// tag::picocli-generated-man-section-commands[]
// end::picocli-generated-man-section-commands[]

// tag::picocli-generated-man-section-exit-status[]
// end::picocli-generated-man-section-exit-status[]

// tag::picocli-generated-man-section-footer[]
// end::picocli-generated-man-section-footer[]

// end::picocli-generated-full-manpage[]
9 changes: 9 additions & 0 deletions picocli-codegen/src/test/resources/testHidden.manpage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ This app does great things.

// end::picocli-generated-man-section-options[]

// tag::picocli-generated-man-section-arguments[]
// end::picocli-generated-man-section-arguments[]

// tag::picocli-generated-man-section-commands[]
== Commands

Expand All @@ -52,4 +55,10 @@ This app does great things.

// end::picocli-generated-man-section-commands[]

// tag::picocli-generated-man-section-exit-status[]
// end::picocli-generated-man-section-exit-status[]

// tag::picocli-generated-man-section-footer[]
// end::picocli-generated-man-section-footer[]

// end::picocli-generated-full-manpage[]
15 changes: 15 additions & 0 deletions picocli-codegen/src/test/resources/testHiddenOptions.manpage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,19 @@ This app does great things.

// end::picocli-generated-man-section-description[]

// tag::picocli-generated-man-section-options[]
// end::picocli-generated-man-section-options[]

// tag::picocli-generated-man-section-arguments[]
// end::picocli-generated-man-section-arguments[]

// tag::picocli-generated-man-section-commands[]
// end::picocli-generated-man-section-commands[]

// tag::picocli-generated-man-section-exit-status[]
// end::picocli-generated-man-section-exit-status[]

// tag::picocli-generated-man-section-footer[]
// end::picocli-generated-man-section-footer[]

// end::picocli-generated-full-manpage[]

0 comments on commit 8a97b5d

Please sign in to comment.