Versions in this module Expand all Collapse all v0 v0.3.0 Aug 24, 2022 Changes in this version + func MakeSelection(args []string) + type CLIApp struct + func NewCLIApp(getPairs GetPairs, savePairs SavePairs, ...) *CLIApp + func (c CLIApp) Run(ctx context.Context) error + type FormatCommitMessage func(authors lib.CoAuthors) (string, error) + type GetPairs func(ctx context.Context) (lib.CoAuthors, error) + type SaveCommitMessage func(ctx context.Context, message string) error + type SavePairs func(ctx context.Context, pairs lib.CoAuthors) error