You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit introduces the `Flags` interface, which provides methods related to
access the configuration file path specified via command line flags. This
interface will be implemented by flag structs containing a switch for the
configuration file path and will serve as an argument for a future library
function that combines loading configurations from YAML files and environment
variables.
0 commit comments