MCPcopy Create free account
hub / github.com/daniele77/cli / Prompt

Method Prompt

include/cli/cli.h:943–951  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

941 }
942
943 inline void CliSession::Prompt()
944 {
945 if (exit) return;
946 out << beforePrompt
947 << current->Prompt()
948 << afterPrompt
949 << "> "
950 << std::flush;
951 }
952
953 inline void CliSession::Help() const
954 {

Callers 1

NewCommandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected