Skip to content

Commit

Permalink
Merge pull request #53 from reeflective/dev
Browse files Browse the repository at this point in the history
dev
  • Loading branch information
maxlandon authored Aug 9, 2024
2 parents f502754 + 947faa5 commit 6eb126c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions run.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (

"github.com/kballard/go-shellquote"
"github.com/spf13/cobra"
"github.com/spf13/pflag"
)

// Start - Start the console application (readline loop). Blocking.
Expand Down Expand Up @@ -160,7 +159,6 @@ func (c *Console) execute(ctx context.Context, menu *Menu, args []string, async
// Reset all flags to their default values.
resetFlagsDefaults(target)


// Console-wide pre-run hooks, cannot.
if err := c.runAllE(c.PreCmdRunHooks); err != nil {
return fmt.Errorf("pre-run error: %s", err.Error())
Expand Down

0 comments on commit 6eb126c

Please sign in to comment.