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
Owner

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.

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.
dananglin added this to the v0.2.0 milestone 2024-08-20 00:53:36 +01:00
dananglin added 1 commit 2024-08-20 00:53:37 +01:00
fix: fixed the BoolPtrValue in internal flag pkg
All checks were successful
Tests / test (pull_request) Successful in 17s
4cb11832b7
- 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.
dananglin force-pushed fix-boolptrvalue from 4cb11832b7 to b558c5adff 2024-08-20 00:55:44 +01:00 Compare
dananglin manually merged commit b558c5adff into main 2024-08-20 00:58:02 +01:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: apollo/enbas#56
No description provided.