blob: 56c4396f7944c0073f82dbcef92150b617862f03 [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"
)
func Reset() {
cmdList = newCmdList()
cmdList.Runner = jiri.RunnerFunc(runList)
cmdEnv = newCmdEnv()
listFlags.ReaderFlagValues = nil
envFlags.ReaderFlagValues = nil
}