enbas/docs
Dan Anglin 0ad02e0af4
All checks were successful
Tests / test (pull_request) Successful in 18s
REUSE Compliance Check / check (push) Successful in 5s
feat(BREAKING): new parser for the TDV
This commit adds a new parser for the internal time duration flag value
(TimeDurationValue). Previously this used the parser from the time
package from the standard library but this was limited to parsing units
of time up to hours.

The new parser allows users to specify duration in days, hours, minutes,
seconds and a combination of the above. It is quite flexible in the way
users format their string input.

Additonal changes:

- Added unit tests for the command-line parsing of the
  TimeDurationValue type.
- Updated the unit tests for the BoolPtrValue type.
- Updated documentation.

PR: #55
2024-08-20 03:32:54 +01:00
..
changelog.md chore: REUSE.toml 2024-08-01 04:01:38 +01:00
configuration.md chore: REUSE.toml 2024-08-01 04:01:38 +01:00
getting_started.md docs: update the getting started guide 2024-08-19 07:10:38 +01:00
installation.md [skip ci] chore: set minimum go version to 1.23.0 2024-08-17 11:45:40 +01:00
manual.md feat(BREAKING): new parser for the TDV 2024-08-20 03:32:54 +01:00
tips_and_tricks.md feat(BREAKING): new parser for the TDV 2024-08-20 03:32:54 +01:00