Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ 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 check Check if required tools are installed (alias: c)
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
```
Expand All @@ -78,7 +79,8 @@ hdi r Run/start commands
hdi t Test commands
hdi d Deploy/release commands
hdi a All sections
hdi c Check required tools
hdi c Contributor/development docs
hdi n Check required tools
```

### Flags
Expand Down
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ sources=(
src/display.sh
src/render.sh
src/picker.sh
src/check.sh
src/platform.sh
src/needs.sh
src/json.sh
src/main.sh
)
Expand Down
4 changes: 2 additions & 2 deletions demo/demo-content.tape
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ Sleep 2s
Type "q"
Sleep 1.5s

# ── Scene 5: Check mode ─────────────────────────────────────────────────────
# ── Scene 5: Needs mode ─────────────────────────────────────────────────────

Type "hdi c"
Type "hdi n"
Sleep 200ms
Enter
Sleep 3s
Expand Down
Loading