Subsequents are dependencies which run after a recipe instead of prior. Subsequents to a recipe only run if the recipe succeeds. Subsequents will run even if a matching invocation already ran as a prior dependencies.
--unstable
Add an `--unstable` flag, indicating that `just` should enable unstable features. Make `--fmt` only run if `--unstable` is passed.
--fmt