MCPcopy Create free account
hub / github.com/CCob/lsarelayx / HelpCommand

Method HelpCommand

client/Options.cs:1788–1790  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1786
1787 internal class HelpCommand : Command {
1788 public HelpCommand()
1789 : base("help", help: "Show this message and exit") {
1790 }
1791
1792 public override int Invoke(IEnumerable<string> arguments) {
1793 var extra = new List<string>(arguments ?? new string[0]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected