Skip to content

Commit 929bd58

Browse files
authored
Merge pull request #15 from grega/contrib-support
Add contrib mode, and rename 'check' to 'needs'
2 parents 157a145 + e5f089b commit 929bd58

19 files changed

Lines changed: 638 additions & 213 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ hdi run Just run/start commands (aliases: start, r)
6363
hdi test Just test commands (alias: t)
6464
hdi deploy Just deploy/release commands and platform detection (alias: d)
6565
hdi all All sections (aliases: a)
66-
hdi check Check if required tools are installed (alias: c)
66+
hdi contrib Commands from contributor/development docs (alias: c)
67+
hdi needs Check if required tools are installed (alias: n)
6768
hdi /path/to/project Scan a different directory
6869
hdi /path/to/file.md Parse a specific markdown file
6970
```
@@ -78,7 +79,8 @@ hdi r Run/start commands
7879
hdi t Test commands
7980
hdi d Deploy/release commands
8081
hdi a All sections
81-
hdi c Check required tools
82+
hdi c Contributor/development docs
83+
hdi n Check required tools
8284
```
8385

8486
### Flags

build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ sources=(
1616
src/display.sh
1717
src/render.sh
1818
src/picker.sh
19-
src/check.sh
2019
src/platform.sh
20+
src/needs.sh
2121
src/json.sh
2222
src/main.sh
2323
)

demo/demo-content.tape

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ Sleep 2s
8383
Type "q"
8484
Sleep 1.5s
8585

86-
# ── Scene 5: Check mode ─────────────────────────────────────────────────────
86+
# ── Scene 5: Needs mode ─────────────────────────────────────────────────────
8787

88-
Type "hdi c"
88+
Type "hdi n"
8989
Sleep 200ms
9090
Enter
9191
Sleep 3s

0 commit comments

Comments
 (0)