# Functions
RegisterFlags registers the flags necessary for the embedded tool to work.
ValidateFlags validates the command line flags associated with this embedded remote tool.
# Variables
RemoteToolOperations maps each supported operation to a function that performs the operation.
SupportedOps denote the list of operations supported by this remotetool.
# Structs
Client is a remote execution client.
UploadStats contains various metadata of a directory upload.
# Type aliases
OpType denotes the type of operation to perform.