enbas/internal
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
..
client refactor: clean up errors 2024-08-17 11:31:06 +01:00
config fix: error if home config directory not found 2024-08-18 21:13:08 +01:00
executor refactor: clean up unused const 2024-08-18 09:57:48 +01:00
flag feat(BREAKING): new parser for the TDV 2024-08-20 03:32:54 +01:00
media feat: add all-images and all-videos flags 2024-08-01 04:24:47 +01:00
model fix: view the summary of a status 2024-08-17 03:49:17 +01:00
printer refactor: clean up errors 2024-08-17 11:31:06 +01:00
usage feat: add Enbas CLI schema and code generator 2024-08-13 14:53:26 +01:00
utilities fix: error if home config directory not found 2024-08-18 21:13:08 +01:00
version feat: add Enbas CLI schema and code generator 2024-08-13 14:53:26 +01:00
internal.go chore: REUSE.toml 2024-08-01 04:01:38 +01:00