treykeown

Results 4 comments of treykeown

I believe the underlying cause for my issue is related. `#fmt: skip` doesn't work for single-line class definitions like this: ``` class Foo: ... # fmt: skip ``` It's always...

Current plan for implementing this: In `arguably.run()`, take in a `dict[str, list[str]]` that maps a short environment variable name (like `SERVER_IP`) to a list of fully-qualified names `["MYSERVERAPP_RUN_SERVER_IP", "MYSERVERAPP_CHECK_SERVER_IP"]`. The...

Good call. I'll see about adding this to the next version.

Current plan is this: * Add a `config_flag` kwarg to `arguably.run()`, as we do with `--version` * Lay out config file in a way that mirrors the command structure *...