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.
But it other repos such as https://gitlab.com/maxelkins/maxelkins-me hdi does show results
Expected result
In both case hdi displays a list of commands
Summary
Was messing around with the hdi readme and changed the usage code block to a table
However then when running
hdithese commands do not show.But it other repos such as https://gitlab.com/maxelkins/maxelkins-me hdi does show results
Expected result
In both case hdi displays a list of commands