instructions to unknown command in graphify

This commit is contained in:
Kilderson Sena
2026-04-15 12:25:29 -03:00
committed by GitHub
parent a444d64188
commit 035f82c32b
+5
View File
@@ -547,6 +547,11 @@ Graphify generates notes like `myFunction().md`. Obsidian may struggle indexing
cd ~/vault/graphify/project
for f in *"("*; do mv "$f" "$(echo "$f" | sed 's/[()]//g')"; done
```
**Unknown Command error in graphify:**
If an `unknown command '.'` error occurs in the `Generate the graph` step, in newer versions the `update` parameter should be placed immediately after `graphify`, resulting in:
```bash
graphify update . --obsidian --obsidian-dir ~/vault/graphify/combustiveis-api
```
---