Further Updates to MD
This commit is contained in:
@@ -24,7 +24,7 @@ new AsyncFunction(
|
||||
)
|
||||
```
|
||||
|
||||
If **`run`** exists, it is **awaited** after the rest of the file. **`/bin`** commands always define **`run`**; home-directory scripts may use top-level code only (e.g. `**console.log(...)`**).
|
||||
If **`run`** exists, it is **awaited** after the rest of the file. **`/bin`** commands always define **`run`**; home-directory scripts may use top-level code only (e.g. **`console.log(...)`**).
|
||||
|
||||
---
|
||||
|
||||
@@ -76,7 +76,7 @@ async function run(ctx, argv) {
|
||||
## Git and special cases
|
||||
|
||||
- Prefer the **`git`** command for version control; it is **not** the same as evaluating `/bin/git` as JS.
|
||||
- **`command -v**` / **`type`** use **`resolveBinInPath`** (system drive PATH only) plus builtin tables.
|
||||
- **`command -v`** / **`type`** use **`resolveBinInPath`** (system drive PATH only) plus builtin tables.
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user