Open sharkdp opened 1 year ago
We could add a @overwrite decorator to allow users to overwrite existing unit definitions from the prelude:
@overwrite
# I want to be able to use "secs" @overwrite @metric_prefixes @aliases(secs, sec, seconds, s: short) unit second: Time
If we do not implement this, how can users modify aliases etc.? Using #55?
We could add a
@overwrite
decorator to allow users to overwrite existing unit definitions from the prelude: