Back to Sliver

client/command/help

client/command/help/README.md

1.7.3405 B
Original Source

client/command/help

Overview

Implements the 'help' command group for the Sliver client console. Handlers map Cobra invocations to help workflows such as long help.

Go Files

  • help.go – Houses the legacy grouped help implementation for the console, kept for reference and future reuse.
  • long-help.go – Stores long-form help templates and utilities for formatting command documentation.