blob: 8937d2f6cc0aa8a4f22e82508f0509e6f1161d2f [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 profilescmdline
import (
"v.io/jiri/jiri"
)
func Reset() {
cmdList = newCmdList()
cmdList.Runner = jiri.RunnerFunc(runList)
cmdEnv = newCmdEnv()
listFlags.ReaderFlagValues = nil
envFlags.ReaderFlagValues = nil
}