Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

17 lines (12 loc) · 1.06 KB

Changelog

Milpa follows the semver 2.0.0 specification.

🌱 Features

  • (dfa152) Argument and flag run-time validation, so your command can focus on using them.
  • (dfa152) Command line argument, flag autocomplete for your commands on bash, zsh and fish. Completions can come from other commands.
  • (dfa152) Don't wanna write stuff over and over again? milpa itself repo install will come in handy to install remote milpa repos.
  • (dfa152) Drop your commands and specs in your project's .milpa folder, group them in folders and nest them, they'll become callable based on their path.
  • (dfa152) Needs bash, old ones work fine! Companion binary does the argument parsing and fancy rendering heavy lifting, available wherever golang builds for.
  • (dfa152) Readable --help on your terminal, searchable help on your browser. Same for docs that go along your commands.