# Functions
Print displays a console message when Verbose is false.
PrintDevices takes a slice of target devices and prints relevant information as a human-readable table to the console.
Printf displays a console message when Verbose is false.
Printjson takes a slice of target devices and prints relevant information as JSON to the console when the json flag is present on the PrintDevices function.
ProgressReader wraps an io.Reader and writes the read progress to the console.
PromptUser displays a warning that the actions to be performed are destructive.
# Variables
Verbose is used to control whether or not print messages are printed.
# Interfaces
TargetDevice represents target.Device.