Skip to content

Commit

Permalink
Clarify that aliases can only be used on the command line (#1726)
Browse files Browse the repository at this point in the history
  • Loading branch information
laniakea64 authored Nov 21, 2023
1 parent bfea1ae commit c6a2922
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ $ just --list --list-heading ''

### Aliases

Aliases allow recipes to be invoked with alternative names:
Aliases allow recipes to be invoked on the command line with alternative names:

```just
alias b := build
Expand All @@ -645,7 +645,6 @@ build:

```sh
$ just b
build
echo 'Building!'
Building!
```
Expand Down

0 comments on commit c6a2922

Please sign in to comment.