# Packages
Package commands holds types and functions common across all ACMEShell commands.
# Functions
NewACMEShell creates an ACMEShell instance by building an *ishell.Shell instance, a *challtestsrv.ChallengeTestSrv instance, and a *acme/client.Client instance.
# Structs
ACMEShell is an ishell.Shell instance tailored for ACME.
ACMEShellOptions allows specifying options for creating an ACME shell.