Мануалы и справочники Общие команды
just

Команда just: опции, ключи и примеры использования

just

Save and run project-specific commands. More information: https://github.com/casey/just.

  • Run a recipe specified in the justfile:

just {{recipe}}

  • Initialize new justfile in project root:

just --init

  • Edit justfile in the default editor:

just -e

  • List available recipes in the justfile:

just -l

  • Print justfile:

just --dump

Изображение Выучи 10 хороших привычек для работы в UNIX от IBM