just/tests
Casey Rodarmor e8c25423b8 Display alias with --show NAME if one exists
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!'
2019-08-23 21:46:57 -07:00
..
integration.rs Display alias with --show NAME if one exists 2019-08-23 21:46:57 -07:00
interrupts.rs Use tempfile crate instead of tempdir (#455) 2019-07-06 20:55:46 -07:00
invocation_directory.rs Remove dependency on brev (#462) 2019-07-13 01:55:06 -07:00
search.rs Use tempfile crate instead of tempdir (#455) 2019-07-06 20:55:46 -07:00
tempdir.rs Use tempfile crate instead of tempdir (#455) 2019-07-06 20:55:46 -07:00
working_directory.rs Use tempfile crate instead of tempdir (#455) 2019-07-06 20:55:46 -07:00