package
1.34.1
Repository: https://github.com/aws/copilot-cli.git
Documentation: pkg.go.dev

# Functions

EraseLine erases a line from a FileWriter.
EraseLinesAbove erases a line and moves the cursor up from fw, repeated n times.
New creates a new cursor that writes to stderr.
NewWithWriter creates a new cursor that writes to out.
TestEraseLine is POSIX-only since the implementation in the underlying library is completely different on Windows.

# Structs

Cursor represents the terminal's cursor.