MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / cli

Method cli

unittests/catch.hpp:9301–9303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9299 return m_cli;
9300 }
9301 void Session::cli( clara::Parser const& newParser ) {
9302 m_cli = newParser;
9303 }
9304 ConfigData& Session::configData() {
9305 return m_configData;
9306 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected