Sha256: 4bb0555fcacce5a4c474f055714c637fe76d9d116eca6fe3aff7c8b14cf18117

Contents?: true

Size: 475 Bytes

Versions: 3

Compression:

Stored size: 475 Bytes

Contents

want to be able to support option names having aliases. because sometimes it's hard to remember exactly what the option is called, and qb aims to make things as stupid fast and easy from the command line as possible (at the expense of more complexity in the code).

driven at the moment by wanting the qb option `-H` / `--HOSTS` to be available as `-I` / `--INVENTORY` (the ansible name for it) as well as `--HOST`, so that's what the initial example at least will focus on.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
qb-0.1.42 dev/scratch/options/aliases/README.md
qb-0.1.41 dev/scratch/options/aliases/README.md
qb-0.1.40 dev/scratch/options/aliases/README.md