File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ taskfile-help -v
105105
106106Shows search directories being used:
107107
108- ```
108+ ``` text
109109Searching in directories:
110110 /home/user/project
111111 /home/user/shared
@@ -219,21 +219,25 @@ taskfile-help respects standard terminal behavior:
219219When searching for Taskfiles :
220220
2212211. **Absolute paths** : Used as-is
222+
222223 ` ` ` bash
223224 taskfile-help -s /opt/tasks
224225 ` ` `
225226
2262272. **Relative paths** : Resolved from current working directory
228+
227229 ` ` ` bash
228230 taskfile-help -s ../other-project
229231 ` ` `
230232
2312333. **Home directory** : Tilde expansion supported
234+
232235 ` ` ` bash
233236 taskfile-help -s ~/my-tasks
234237 ` ` `
235238
2362394. **Multiple paths** : First match wins
240+
237241 ` ` ` bash
238242 taskfile-help -s ./local:../shared:/opt/global
239243 ` ` `
Original file line number Diff line number Diff line change 6666
6767The output will be automatically grouped:
6868
69- ` ` `
69+ ` ` ` text
7070=== Build ===
7171 build Build the project
7272 compile Compile sources
You can’t perform that action at this time.
0 commit comments