Skip to content

Commands in tables do not always show #28

@maxelkins

Description

@maxelkins

Summary

Was messing around with the hdi readme and changed the usage code block to a table

## Usage

| Command                | Description                                                      |
| ---------------------- | ---------------------------------------------------------------- |
| `hdi`                  | Interactive picker — shows all sections (default)                |
| `hdi install`          | Just install/setup commands (aliases: `setup`, `i`)              |
| `hdi run`              | Just run/start commands (aliases: `start`, `r`)                  |
| `hdi test`             | Just test commands (alias: `t`)                                  |
| `hdi deploy`           | Just deploy/release commands and platform detection (alias: `d`) |
| `hdi all`              | All sections (aliases: `a`)                                      |
| `hdi contrib`          | Commands from contributor/development docs (alias: `c`)          |
| `hdi needs`            | Check if required tools are installed (alias: `n`)               |
| `hdi /path/to/project` | Scan a different directory                                       |
| `hdi /path/to/file.md` | Parse a specific markdown file                                   |

However then when running hdi these commands do not show.

Image

But it other repos such as https://gitlab.com/maxelkins/maxelkins-me hdi does show results

Image

Expected result

In both case hdi displays a list of commands

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions