pkg/app/app.go

Summary

Maintainability
A
1 hr
Test Coverage

Function ParseArgs has 56 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func ParseArgs(osArgs []string, usage func()) *Args {
    flagSet := flag.NewFlagSet(osArgs[0], flag.ExitOnError)

    flagSet.Usage = func() {
        if usage != nil {
Severity: Minor
Found in pkg/app/app.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status