enbas/internal/flag
Dan Anglin b558c5adff
All checks were successful
Tests / test (pull_request) Successful in 16s
REUSE Compliance Check / check (push) Successful in 5s
fix: fixed the BoolPtrValue in internal flag pkg
- Fixed the BoolPtrValue type in the internal flag package by adding the
  IsBoolFlag() bool method to indicate to the command-line parser that
  the flag is a boolean flag.
- Added unit tests for the BoolPtrValue type.

PR: #56
2024-08-20 00:55:05 +01:00
..
boolptrvalue.go fix: fixed the BoolPtrValue in internal flag pkg 2024-08-20 00:55:05 +01:00
boolptrvalue_test.go fix: fixed the BoolPtrValue in internal flag pkg 2024-08-20 00:55:05 +01:00
intslice.go feat: add Enbas CLI schema and code generator 2024-08-13 14:53:26 +01:00
stringslice.go feat: add Enbas CLI schema and code generator 2024-08-13 14:53:26 +01:00
timedurationvalue.go feat: add Enbas CLI schema and code generator 2024-08-13 14:53:26 +01:00