camall3n/onager

Add full hydra support

camall3n opened this issue · 2 comments

Hydra combines args and values with = (db=mysql) and optionally uses + and ~ prefixes. It also uses . and / characters for specifying hierarchical overrides.

Partly addressed by +arg-mode hydra in 7acaa94, but this only really captures the = syntax, and it's a bit of a hack

Related to #33