Skip to content

Commit

Permalink
Updates:
Browse files Browse the repository at this point in the history
* Add a test that verifies `REDME.md` was correctly generated.
* Improve `README.md` formatting:
  * Put flags/options into ticks.
  * Indent action descriptions with `>`s.
* Add `ActionDateTimeOrTimeDelta` which enables flags that can be set with `datetime` and `timedelta` values.
* Improve timezone fallback handling.
  • Loading branch information
helly25 committed Aug 31, 2024
1 parent 1570cd8 commit b7ca908
Show file tree
Hide file tree
Showing 7 changed files with 537 additions and 266 deletions.
2 changes: 2 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ load("@rules_python//python:pip.bzl", "compile_pip_requirements")
exports_files([
"mypy.ini",
"requests.txt",
"README.header.txt",
"README.md",
])

compile_pip_requirements(
Expand Down
Loading

0 comments on commit b7ca908

Please sign in to comment.