jong/justfile

14 lines
155 B
Makefile
Raw Normal View History

2026-01-16 22:37:05 -08:00
set shell := ["nu", "-c"]
alias rt := run-tui
default:
just --list
run-tui:
cargo run -- run-tui
update:
cargo update
nix flake update