Reference for `just`, the command runner. Use when working in a project with a `justfile` or when the user mentions `just` or `justfile`.
just --dump Print justfilejust --evaluate Print variable valuesjust --help Print detailed command-line syntax helpjust --list Print recipes with descriptionsjust --show <RECIPE> Print recipe sourcejust --summary Print recipes without descriptiosnjust Run default recipejust <RECIPE> Run specific recipejust <RECIPE> <ARG1> <ARG2 Run recipe with argumentsexecutable := 'main'
# compile main.c