This repository has been archived by the owner on Jan 31, 2023. It is now read-only.
v0.3.0
-
Adds override_cities config option
This release adds the option to specify
override_cities
as a pipe
separated list. Next tooverride_zipcodes
it's now possible to specify a
list of cities in the formCity, State
(e.g.Los Angeles, CA
).
The command line option and the environment variable take a pipe separated list:
--override_cities="Los Angeles, CA|Portland, OR"
$l2t_override_cities="Los Angeles, CA|Portland, OR"
The config file uses the TOML format:
override_cities = ["Los Angeles, CA", "Portland, OR"]