Files
2026-03-15 09:21:24 -07:00
..
2023-06-03 03:59:24 +02:00
2026-03-15 09:21:24 -07:00
2025-10-04 11:49:32 -07:00

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.