pgollangi/fastget

View on GitHub
commands/root.go

Summary

Maintainability
A
0 mins
Test Coverage

Function runCommand has 61 lines of code (exceeds 50 allowed). Consider refactoring.
Wontfix

func runCommand(cmd *cobra.Command, args []string) error {
    if ok, _ := cmd.Flags().GetBool("version"); ok {
        executeVersionCmd()
        return nil
    } else if len(args) != 1 {
Severity: Minor
Found in commands/root.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status