Skip to content

Commit

Permalink
preliminary 'fix' for unit tests (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
svlandeg committed Aug 23, 2024
1 parent 7393626 commit c7cccd7
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
32 changes: 16 additions & 16 deletions tests/assets/cli/multiapp-docs-title.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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**:
Expand Down
32 changes: 16 additions & 16 deletions tests/assets/cli/multiapp-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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**:
Expand Down

0 comments on commit c7cccd7

Please sign in to comment.