opentofu/internal/repl/repl.go

8 lines
283 B
Go
Raw Normal View History

// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: MPL-2.0
2016-11-14 00:04:21 -06:00
// Package repl provides the structs and functions necessary to run
// REPL for OpenTofu. The REPL allows experimentation of OpenTofu
// interpolations without having to run a OpenTofu configuration.
2016-11-14 00:04:21 -06:00
package repl