package
0.0.0-20200408021927-d7093dcb9367
Repository: https://github.com/qeesung/asciiplayer.git
Documentation: pkg.go.dev
# Functions
NewCli create a new cli object.
# Constants
Author author.
HomePage homepage.
ShortTitle shortTitle.
SummaryTitle summary title.
Title title.
Version version.
# Structs
Cli is wrapper for root command and add common options.
CommandBuilder responsible for building root command and register all sub commands to the root command.
EncodeCommand is responsible for encoding.
ExitError implement the Error interface and add some custom error code nad error message.
PlayCommand responsible for playing the ASCII image in the terminal.
ServerCommand define the server command that responsible for serving a http server for ASCII image.
VersionCommand is responsible show the version.
# Interfaces
Command define the command basic operations.