fix: fixed the BoolPtrValue in internal flag package #56

Manually merged
dananglin merged 1 commit from fix-boolptrvalue into main 2024-08-20 00:58:02 +01:00

1 commit

Author SHA1 Message Date
b558c5adff
fix: fixed the BoolPtrValue in internal flag pkg
All checks were successful
Tests / test (pull_request) Successful in 16s
REUSE Compliance Check / check (push) Successful in 5s
- 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