package
0.0.0-20250220143526-a71e286c8740
Repository: https://github.com/fnproject/cli.git
Documentation: pkg.go.dev
# Functions
Create creates a CLI test harness that that runs CLI operations in a test directory test harness operations will propagate most environment variables to tests (with the exception of HOME, which is faked).
# Structs
CLIHarness encapsulates a single CLI session.
CmdResult wraps the result of a single command - this includes the diagnostic history of commands that led to this command in a given context for easier test diagnosis.