argot-cli 0.1.0

An easy-to-use yet expressive command-line argument parser.
Documentation
{
  "quiet": {
    "type": "flag"
  },
  "q": {
    "type": "alias",
    "target": "quiet"
  },
  "verbose": {
    "type": "count"
  },
  "v": {
    "type": "alias",
    "target": "verbose"
  },
  "dry-run": {
    "type": "flag"
  },
  "n": {
    "type": "alias",
    "target": "dry-run"
  },
  "j": {
    "type": "int",
    "default": 0
  },
  "browser": {
    "type": "text"
  },
  "hints": {
    "type": "list"
  }
}