package
1.9.0
Repository: https://github.com/yeqown/gitlab-flow.git
Documentation: pkg.go.dev

# Functions

Default get default config which is embedded in the source file, so that this program could run without any configuration file.
No description provided by the author
DefaultCWD returns the working directory of current project, default cwd is from git rev-parse --show-toplevel command, but if the command could not execute successfully, `pwd` command will be used instead.
Load to load config from confPath with specified parser.
No description provided by the author
Save to save config with specified parser.

# Constants

No description provided by the author
No description provided by the author

# Interfaces

Parser is an interface to parse config in different ways.