mirror of
https://github.com/Cian-H/read_aconity_layers.git
synced 2026-02-05 08:33:25 +00:00
8 lines
174 B
Makefile
8 lines
174 B
Makefile
# Lists available just commands
|
|
default:
|
|
@just --list
|
|
|
|
# Documentation commands - delegates to docs/justfile
|
|
docs command *args:
|
|
cd docs && just {{command}} {{args}}
|