# Functions
Get asks for user-input.
No description provided by the author
GetMultiLineInput lets a user input many lines until two blank lines follow one another.
GetNonEmpty asks for user-input until the input is not empty.
GetWithDefault asks for user-input and provides a default.
InitCommitConfig reads and validates the commit-configuration and returns the corresponding object or error.
InitTeamMembersConfig reads and parses a TeamMembersConfig.
ReadState reads and parses the state from the path.
WriteState marshalls and saves the new pair and story to filesystem.
WriteTeamMembersConfig writes a list of team-members to the filesystem.
# Structs
CommitConfig contains two configuration-parameters.
State contains two state-parameters.
TeamMember contains all information needed to identify a single team-member.