From c7cccd7eee445f0f7bd11f3a16c43da4586c776d Mon Sep 17 00:00:00 2001 From: svlandeg Date: Fri, 23 Aug 2024 10:35:03 +0200 Subject: [PATCH] preliminary 'fix' for unit tests (WIP) --- tests/assets/cli/multiapp-docs-title.md | 32 ++++++++++++------------- tests/assets/cli/multiapp-docs.md | 32 ++++++++++++------------- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/tests/assets/cli/multiapp-docs-title.md b/tests/assets/cli/multiapp-docs-title.md index e688a9ba91..ffde843736 100644 --- a/tests/assets/cli/multiapp-docs-title.md +++ b/tests/assets/cli/multiapp-docs-title.md @@ -18,41 +18,41 @@ The end **Commands**: -* `sub` * `top`: Top command +* `sub` -## `multiapp sub` +## `multiapp top` + +Top command **Usage**: ```console -$ multiapp sub [OPTIONS] COMMAND [ARGS]... +$ multiapp top [OPTIONS] ``` **Options**: * `--help`: Show this message and exit. -**Commands**: - -* `bye`: Say bye -* `hello`: Say Hello -* `hi`: Say Hi - -### `multiapp sub bye` - -Say bye +## `multiapp sub` **Usage**: ```console -$ multiapp sub bye [OPTIONS] +$ multiapp sub [OPTIONS] COMMAND [ARGS]... ``` **Options**: * `--help`: Show this message and exit. +**Commands**: + +* `hello`: Say Hello +* `hi`: Say Hi +* `bye`: Say bye + ### `multiapp sub hello` Say Hello @@ -87,14 +87,14 @@ $ multiapp sub hi [OPTIONS] [USER] * `--help`: Show this message and exit. -## `multiapp top` +### `multiapp sub bye` -Top command +Say bye **Usage**: ```console -$ multiapp top [OPTIONS] +$ multiapp sub bye [OPTIONS] ``` **Options**: diff --git a/tests/assets/cli/multiapp-docs.md b/tests/assets/cli/multiapp-docs.md index ed4592f5c8..67d02568db 100644 --- a/tests/assets/cli/multiapp-docs.md +++ b/tests/assets/cli/multiapp-docs.md @@ -18,41 +18,41 @@ The end **Commands**: -* `sub` * `top`: Top command +* `sub` -## `multiapp sub` +## `multiapp top` + +Top command **Usage**: ```console -$ multiapp sub [OPTIONS] COMMAND [ARGS]... +$ multiapp top [OPTIONS] ``` **Options**: * `--help`: Show this message and exit. -**Commands**: - -* `bye`: Say bye -* `hello`: Say Hello -* `hi`: Say Hi - -### `multiapp sub bye` - -Say bye +## `multiapp sub` **Usage**: ```console -$ multiapp sub bye [OPTIONS] +$ multiapp sub [OPTIONS] COMMAND [ARGS]... ``` **Options**: * `--help`: Show this message and exit. +**Commands**: + +* `hello`: Say Hello +* `hi`: Say Hi +* `bye`: Say bye + ### `multiapp sub hello` Say Hello @@ -87,14 +87,14 @@ $ multiapp sub hi [OPTIONS] [USER] * `--help`: Show this message and exit. -## `multiapp top` +### `multiapp sub bye` -Top command +Say bye **Usage**: ```console -$ multiapp top [OPTIONS] +$ multiapp sub bye [OPTIONS] ``` **Options**: