别名
别名允许你用其他名称来调用配方:
alias b := build
build:
echo 'Building!'
$ just b
build
echo 'Building!'
Building!
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
别名允许你用其他名称来调用配方:
alias b := build
build:
echo 'Building!'
$ just b
build
echo 'Building!'
Building!