From 498311b0a6d89a198bd7995f5c86c29e13f72ef3 Mon Sep 17 00:00:00 2001 From: Connor Gray Date: Sat, 15 Jun 2024 13:10:22 -0700 Subject: [PATCH] integration: Update new tests after rebase --- docs/examples/complex-app-custom.md | 6 ------ docs/examples/complex-app.md | 2 +- tests/test_markdown.rs | 12 ++++++------ 3 files changed, 7 insertions(+), 13 deletions(-) diff --git a/docs/examples/complex-app-custom.md b/docs/examples/complex-app-custom.md index bdb1fa9..5611c75 100644 --- a/docs/examples/complex-app-custom.md +++ b/docs/examples/complex-app-custom.md @@ -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 diff --git a/docs/examples/complex-app.md b/docs/examples/complex-app.md index 3c10be6..5df7099 100644 --- a/docs/examples/complex-app.md +++ b/docs/examples/complex-app.md @@ -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. diff --git a/tests/test_markdown.rs b/tests/test_markdown.rs index e724775..39caeac 100644 --- a/tests/test_markdown.rs +++ b/tests/test_markdown.rs @@ -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. @@ -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.