Skip to content

Commit 6eb126c

Browse files
authored
Merge pull request #53 from reeflective/dev
dev
2 parents f502754 + 947faa5 commit 6eb126c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

run.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ import (
1010

1111
"github.com/kballard/go-shellquote"
1212
"github.com/spf13/cobra"
13-
"github.com/spf13/pflag"
1413
)
1514

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

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

0 commit comments

Comments
 (0)