# commandDescription

Returns a Base64-encoded string from a given input file.

# examples

- <%= config.bin %> <%= command.id %> --input ./image.svg

- <%= config.bin %> <%= command.id %> --input ./c3js.zip

# inputFlagDescription

path to the input file for Base64 encoding

# inputFileNotFound

Couldn't find the input file at path '%s'. Verify that the file is valid and exists at '%s'.

# inputFileSizeLimit

Unable to process the input file at path '%s' as it exceeds the %s MB limit.

# base64EncodeError

Error encountered during Base64 encoding of the file at path '%s'.