mirror of
https://github.com/casey/just.git
synced 2024-11-23 20:15:05 +03:00
e8c25423b8
Given the following justfile: alias b := build build: echo 'Building!' Just will show the alias along with the recipe: $ just --show b alias b := build build: echo 'Building!' |
||
---|---|---|
.. | ||
integration.rs | ||
interrupts.rs | ||
invocation_directory.rs | ||
search.rs | ||
tempdir.rs | ||
working_directory.rs |