Various fixes from the completion merge
This commit is contained in:
@@ -209,6 +209,8 @@ func (self *Command) ResetAfterParseArgs() {
|
||||
o.reset()
|
||||
}
|
||||
}
|
||||
self.option_map = nil
|
||||
self.IndexOfFirstArg = 0
|
||||
self.Args = make([]string, 0, 8)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user