pgollangi/netselect

View on GitHub

Showing 1 of 2 total issues

Function runCommand has 55 lines of code (exceeds 50 allowed). Consider refactoring.
Open

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