mirror of
https://github.com/BishopFox/sliver
synced 2026-06-08 10:29:05 +00:00
406 B
406 B
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.