Files
2025-10-04 11:49:32 -07:00

406 B
Raw Permalink Blame History

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.