# README

Sessions

Session related command implementations.

# Functions

BackgroundCmd - Background the active session.
CloseSessionCmd - Close an interactive session but do not kill the remote process.
Commands returns the `sessions` command and its subcommands.
InteractiveCmd - Beacon only command to open an interactive session.
PrintSessions - Print the current sessions.
SelectSession - Interactive menu for the user to select an session, optionally only display live sessions.
SessionIDCompleter completes session IDs.
SessionsCmd - Display/interact with sessions.
SessionsPruneCmd - Forcefully kill stale sessions.
ShortSessionID - Shorten the session ID.
SliverCommands returns all session control commands for the active target.

# Variables

ErrNoSelection - No selection made.
ErrNoSessions - No sessions available.