MCPcopy Create free account
hub / github.com/Tencent/TAD_Sim / take_all

Method take_all

simcore/framework/src/cli/cli.hpp:3466–3470  ·  view source on GitHub ↗

Set the multi option policy to take all arguments

Source from the content-addressed store, hash-verified

3464
3465 /// Set the multi option policy to take all arguments
3466 CRTP *take_all() {
3467 auto self = static_cast<CRTP *>(this);
3468 self->multi_option_policy(MultiOptionPolicy::TakeAll);
3469 return self;
3470 }
3471
3472 /// Set the multi option policy to join
3473 CRTP *join() {

Callers

nothing calls this directly

Calls 1

multi_option_policyMethod · 0.45

Tested by

no test coverage detected