Clarify that aliases can only be used on the command line (#1726)
This commit is contained in:
parent
bfea1ae5f1
commit
c6a2922bc2
@ -634,7 +634,7 @@ $ just --list --list-heading ''
|
|||||||
|
|
||||||
### Aliases
|
### Aliases
|
||||||
|
|
||||||
Aliases allow recipes to be invoked with alternative names:
|
Aliases allow recipes to be invoked on the command line with alternative names:
|
||||||
|
|
||||||
```just
|
```just
|
||||||
alias b := build
|
alias b := build
|
||||||
@ -645,7 +645,6 @@ build:
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ just b
|
$ just b
|
||||||
build
|
|
||||||
echo 'Building!'
|
echo 'Building!'
|
||||||
Building!
|
Building!
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user