BradleyChatha / jcli

A CLI framework for D
MIT License
23 stars 4 forks source link

Allow customisation of redefining arguments #15

Closed BradleyChatha closed 3 years ago

BradleyChatha commented 3 years ago

Currently --arg 1 --arg 2 would end up using --arg 2 for the final value.

The user should be able to decide whether to use this behaviour, or to error out if the user does this.