# Functions
QuickstartP400 runs the quickstart interactive prompt sequence to walk the user through setting up a P400 reader.
ReaderNames is a function that uses ReaderList to extract the human friendly names of the CLI supported readers.
ReaderTypeSelectPrompt prompts the user to choose which type of reader they want to set up currently the only supported choice is the Verifone P400.
SetTerminalSessionContext creates a data struct that contains the context of the user's current quickstart session it returns a TerminalSessionContext interface that is passed into most of the P400 reader related functions in the quickstart flow.
# Variables
ReaderList is a map containing all of the Stripe compatible reader types that we support in the CLI.
# Structs
ReaderData contains information about a specific Stripe compatible reader.