`(cli/parse-opts ["--f" "dude"] {:spec {:f {:coerce :string} :foo {:alias :f}}})` gives `{:foo "dude"}`, but should give `{:f "dude"}`.