CommandHelp.cs declarations
Public API declaration excerpts from ../bitquirky-command/Runtime/CommandHelp.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-command/Runtime/CommandHelp.cs
Source file hash: sha256:1a2c1d21c90d6fcb24bd34e9b5e639710c7f2b9ab4c2207c53b33163236858e2
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: CommandHelp
Section titled “Type: CommandHelp”Original lines: 21-77
Declaration hash: sha256:b1967a06fd2e2ce278e48de42f8b4bbf7ed22b52fdb5edba9c6f51d3ce859a96
public static class CommandHelp{}Method: FormatOverview(CommandRegistry registry)
Section titled “Method: FormatOverview(CommandRegistry registry)”Original lines: 24-53
Declaration hash: sha256:04c9dbb9e4dba7f1d40479e820462b601d2fa9e6bcce9b9e2fb22cbb10fc9676
public static string FormatOverview(CommandRegistry registry);Method: FormatDomain(CommandRegistry registry, string domain)
Section titled “Method: FormatDomain(CommandRegistry registry, string domain)”Original lines: 56-76
Declaration hash: sha256:ecc6e0ae1f929877af39c473ab8fcdf4c8eb3d14ba20e9a91b13753811294616
public static string FormatDomain(CommandRegistry registry, string domain);