Mirage_key.Alias
Alias allows to define virtual keys in terms of other keys at configuration time only.
type 'a t = 'a Functoria.Key.Alias.t
The type for key alias.
add k f a
set a
as an alias for the key k
: setting a
on the command-line will set k
to f
applied to a
's value. If f
returns None
, no value is set.