dont catch signals in console, as it seems unecessary for now
This commit is contained in:
parent
22a36ef97a
commit
14f18f4236
|
@ -31,8 +31,7 @@ type ConsoleCommand struct {
|
|||
}
|
||||
|
||||
func (c *ConsoleCommand) Run(args []string) int {
|
||||
ctx, cleanup := handleTermInterrupt(c.Ui)
|
||||
defer cleanup()
|
||||
ctx := context.Background()
|
||||
|
||||
cfg, ret := c.ParseArgs(args)
|
||||
if ret != 0 {
|
||||
|
|
Loading…
Reference in New Issue