blob: 6a023590b1ccf0729f30b9a86c33b017edd94409 [file] [log] [blame]
// Copyright 2015 The Vanadium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package commandline
import (
"v.io/jiri/jiri"
)
func Reset() {
cmdList = newCmdList()
cmdList.Runner = jiri.RunnerFunc(runList)
cmdEnv = newCmdEnv()
listFlags.ReaderFlagValues = nil
envFlags.ReaderFlagValues = nil
}