Skip to content

Commit

Permalink
integration: Update new tests after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorGray committed Jun 15, 2024
1 parent b1df50a commit 498311b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
6 changes: 0 additions & 6 deletions docs/examples/complex-app-custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

This document contains the help content for the `complex-app` command-line program.

**Command Overview:**

* [`complex-app`](#complex-app)
* [`complex-app test`](#complex-app-test)
* [`complex-app only-hidden-options`](#complex-app-only-hidden-options)

## `complex-app`

An example command-line tool
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/complex-app.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Command-Line Help for `complex-app`
# Command-Line Help for complex-app

This document contains the help content for the `complex-app` command-line program.

Expand Down
12 changes: 6 additions & 6 deletions tests/test_markdown.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,13 @@ Options:
"\
# Command-Line Help for my-program-display-name
This document contains the help content for the `my-program-name` command-line program.
This document contains the help content for the `my-program-display-name` command-line program.
**Command Overview:**
* [`my-program-name`↴](#my-program-name)
* [`my-program-display-name`↴](#my-program-display-name)
## `my-program-name`
## `my-program-display-name`
This program does things.
Expand Down Expand Up @@ -131,13 +131,13 @@ Options:
"\
# Command-Line Help for my-program-display-name
This document contains the help content for the `my-program-name` command-line program.
This document contains the help content for the `my-program-display-name` command-line program.
**Command Overview:**
* [`my-program-name`↴](#my-program-name)
* [`my-program-display-name`↴](#my-program-display-name)
## `my-program-name`
## `my-program-display-name`
This program does things.
Expand Down

0 comments on commit 498311b

Please sign in to comment.