milpa
Runs commands found in .milpa folders
Usage
milpa [--silent|-v|--verbose] [--[no-]color] [-h|--help] [--version] SUBCOMMAND
Description
milpa is a command-line tool to care for one's own garden of scripts, providing autocomplete, sub-commands, argument parsing and validation, along beautiful documentationāall it takes is a YAML spec and a script: bash or your language of choice.
See milpa help docs milpa for more information about milpa.
Subcommands
Options
--color(bool): Always print colors to stderr. Default: true.--help(bool): Display help for any command.--no-color(bool): Disable printing of colors to stderr.--silent(bool): Silence non-error logging.--skip-validation(bool): Do not validate any arguments or options.--verbose(bool): Log verbose output to stderr.--version(bool): Display program version and exit.