Home
last modified time | relevance | path

Searched refs:clientCmd (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/mujoco/
H A DMuJoCoPhysicsServerCommandProcessor.cpp107 switch (clientCmd.m_type) in processCommand()
162 printf("Unknown command encountered: %d", clientCmd.m_type); in processCommand()
508 const MjcfArgs& mjcfArgs = clientCmd.m_mjcfArguments; in processLoadMJCFCommand()
517 flags |= clientCmd.m_mjcfArguments.m_flags; in processLoadMJCFCommand()
654 if (clientCmd.m_updateFlags & SIM_PARAM_UPDATE_DELTA_TIME) in processSendPhysicsParametersCommand()
662 if (clientCmd.m_physSimParamArgs.m_enableConeFriction) in processSendPhysicsParametersCommand()
699 if (clientCmd.m_updateFlags&SIM_PARAM_UPDATE_GRAVITY) in processSendPhysicsParametersCommand()
702 clientCmd.m_physSimParamArgs.m_gravityAcceleration[1], in processSendPhysicsParametersCommand()
731 if (clientCmd.m_updateFlags&SIM_PARAM_UPDATE_CONTACT_SLOP) in processSendPhysicsParametersCommand()
736 if (clientCmd.m_updateFlags&SIM_PARAM_ENABLE_SAT) in processSendPhysicsParametersCommand()
[all …]
H A DMuJoCoPhysicsServerCommandProcessor.h10 …bool processSyncBodyInfoCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemorySt…
11 …bool processRequestInternalDataCommand(const struct SharedMemoryCommand& clientCmd, struct SharedM…
12 …bool processSyncUserDataCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemorySt…
13 …bool processLoadMJCFCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemoryStatus…
14 …bool processRequestBodyInfoCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemor…
15 …bool processForwardDynamicsCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemor…
16 …bool processSendPhysicsParametersCommand(const struct SharedMemoryCommand& clientCmd, struct Share…
17 …bool processRequestActualStateCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMe…
18 …bool processResetSimulationCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemor…
33 …virtual bool processCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemoryStatus…
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/mujoco/
H A DMuJoCoPhysicsServerCommandProcessor.cpp107 switch (clientCmd.m_type) in processCommand()
162 printf("Unknown command encountered: %d", clientCmd.m_type); in processCommand()
508 const MjcfArgs& mjcfArgs = clientCmd.m_mjcfArguments; in processLoadMJCFCommand()
517 flags |= clientCmd.m_mjcfArguments.m_flags; in processLoadMJCFCommand()
654 if (clientCmd.m_updateFlags & SIM_PARAM_UPDATE_DELTA_TIME) in processSendPhysicsParametersCommand()
662 if (clientCmd.m_physSimParamArgs.m_enableConeFriction) in processSendPhysicsParametersCommand()
699 if (clientCmd.m_updateFlags&SIM_PARAM_UPDATE_GRAVITY) in processSendPhysicsParametersCommand()
702 clientCmd.m_physSimParamArgs.m_gravityAcceleration[1], in processSendPhysicsParametersCommand()
731 if (clientCmd.m_updateFlags&SIM_PARAM_UPDATE_CONTACT_SLOP) in processSendPhysicsParametersCommand()
736 if (clientCmd.m_updateFlags&SIM_PARAM_ENABLE_SAT) in processSendPhysicsParametersCommand()
[all …]
H A DMuJoCoPhysicsServerCommandProcessor.h10 …bool processSyncBodyInfoCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemorySt…
11 …bool processRequestInternalDataCommand(const struct SharedMemoryCommand& clientCmd, struct SharedM…
12 …bool processSyncUserDataCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemorySt…
13 …bool processLoadMJCFCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemoryStatus…
14 …bool processRequestBodyInfoCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemor…
15 …bool processForwardDynamicsCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemor…
16 …bool processSendPhysicsParametersCommand(const struct SharedMemoryCommand& clientCmd, struct Share…
17 …bool processRequestActualStateCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMe…
18 …bool processResetSimulationCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemor…
33 …virtual bool processCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemoryStatus…
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.h29 …bool processStateLoggingCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemorySt…
31 …bool processSaveWorldCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemoryStatu…
34 …bool processRequestMeshDataCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemor…
35 …bool processResetMeshDataCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemoryS…
36 …bool processCustomCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemoryStatus& …
37 …bool processUserDebugDrawCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemoryS…
48 bool processRequestDeformableContactpointHelper(const struct SharedMemoryCommand& clientCmd);
50 …bool processLoadSDFCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemoryStatus&…
54 …bool processLoadURDFCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemoryStatus…
67 …bool processInitPoseCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemoryStatus…
[all …]
H A DPhysicsServerCommandProcessor.cpp3652 SharedMemoryCommand clientCmd; in replayLogCommand() local
3929 …if ((clientCmd.m_updateFlags & STATE_LOGGING_STOP_LOG) && clientCmd.m_stateLoggingArguments.m_logg… in processStateLoggingCommand()
5967 clientCmd.m_userDebugDrawArgs.m_text, in processUserDebugDrawCommand()
9662 if (clientCmd.m_profile.m_type == 0) in processProfileTimingCommand()
9681 if (clientCmd.m_profile.m_type == 1) in processProfileTimingCommand()
11025 …btVector3 scaling(clientCmd.m_initPoseArgs.m_scaling[0], clientCmd.m_initPoseArgs.m_scaling[1], cl… in processInitPoseCommand()
11218 resetSimulation(clientCmd.m_updateFlags); in processResetSimulationCommand()
12359 …ctor3 pivotInChild(clientCmd.m_userConstraintArguments.m_childFrame[0], clientCmd.m_userConstraint… in processCreateUserConstraintCommand()
12361clientCmd.m_userConstraintArguments.m_childFrame[3], clientCmd.m_userConstraintArguments.m_childFr… in processCreateUserConstraintCommand()
12362 …btVector3 jointAxis(clientCmd.m_userConstraintArguments.m_jointAxis[0], clientCmd.m_userConstraint… in processCreateUserConstraintCommand()
[all …]
H A DGraphicsServerExample.cpp735 switch (clientCmd.m_type) in processCommand()
754 …this->m_guiHelper->setVisualizerFlag(clientCmd.m_visualizerFlagCommand.m_visualizerFlag, clientCmd in processCommand()
765 int dataSlot = clientCmd.m_uploadDataCommand.m_dataSlot; in processCommand()
769 …m_dataSlots[dataSlot].resize(clientCmd.m_uploadDataCommand.m_numBytes + clientCmd.m_uploadDataComm… in processCommand()
787 …reId = this->m_guiHelper->registerTexture(texels, clientCmd.m_registerTextureCommand.m_width, clie… in processCommand()
817 clientCmd.m_registerGraphicsInstanceCommand.m_position, in processCommand()
819 clientCmd.m_registerGraphicsInstanceCommand.m_color, in processCommand()
820 clientCmd.m_registerGraphicsInstanceCommand.m_scaling); in processCommand()
850 …m_guiHelper->changeRGBAColor(clientCmd.m_changeRGBAColorCommand.m_graphicsUid, clientCmd.m_changeR… in processCommand()
857 …m_guiHelper->changeScaling(clientCmd.m_changeScalingCommand.m_graphicsUid, clientCmd.m_changeScali… in processCommand()
[all …]
H A DPhysicsClientTCP.cpp155 bool TcpNetworkedPhysicsProcessor::processCommand(const struct SharedMemoryCommand& clientCmd, stru… in processCommand() argument
167 if (clientCmd.m_type == CMD_STEP_FORWARD_SIMULATION) in processCommand()
170 data = (unsigned char*)&clientCmd.m_type; in processCommand()
174 if (clientCmd.m_type == CMD_REQUEST_VR_EVENTS_DATA) in processCommand()
177 data = (unsigned char*)&clientCmd; in processCommand()
182 data = (unsigned char*)&clientCmd; in processCommand()
H A DSharedMemoryCommandProcessor.cpp117 bool SharedMemoryCommandProcessor::processCommand(const struct SharedMemoryCommand& clientCmd, stru… in processCommand() argument
121 if (&m_data->m_testBlock1->m_clientCommands[0] != &clientCmd) in processCommand()
123 m_data->m_testBlock1->m_clientCommands[0] = clientCmd; in processCommand()
H A DPhysicsServerSharedMemory.cpp257 const SharedMemoryCommand& clientCmd = m_data->m_testBlocks[block]->m_clientCommands[0]; in processClientCommands() local
262 …= m_data->createServerStatus(CMD_BULLET_DATA_STREAM_RECEIVED_COMPLETED, clientCmd.m_sequenceNumber… in processClientCommands()
263 …bool hasStatus = m_data->m_commandProcessor->processCommand(clientCmd, serverStatusOut, &m_data->m… in processClientCommands()
H A DPhysicsClientGRPC.cpp129 bool GRPCNetworkedPhysicsProcessor::processCommand(const struct SharedMemoryCommand& clientCmd, str… in processCommand() argument
137 pybullet_grpc::PyBulletCommand* grpcCmdPtr = convertBulletToGRPCCommand(clientCmd, grpcCommand); in processCommand()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.h29 …bool processStateLoggingCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemorySt…
31 …bool processSaveWorldCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemoryStatu…
34 …bool processRequestMeshDataCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemor…
35 …bool processResetMeshDataCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemoryS…
36 …bool processCustomCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemoryStatus& …
37 …bool processUserDebugDrawCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemoryS…
48 bool processRequestDeformableContactpointHelper(const struct SharedMemoryCommand& clientCmd);
50 …bool processLoadSDFCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemoryStatus&…
54 …bool processLoadURDFCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemoryStatus…
67 …bool processInitPoseCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemoryStatus…
[all …]
H A DPhysicsServerCommandProcessor.cpp3652 SharedMemoryCommand clientCmd; in replayLogCommand() local
3929 …if ((clientCmd.m_updateFlags & STATE_LOGGING_STOP_LOG) && clientCmd.m_stateLoggingArguments.m_logg… in processStateLoggingCommand()
5967 clientCmd.m_userDebugDrawArgs.m_text, in processUserDebugDrawCommand()
9662 if (clientCmd.m_profile.m_type == 0) in processProfileTimingCommand()
9681 if (clientCmd.m_profile.m_type == 1) in processProfileTimingCommand()
11025 …btVector3 scaling(clientCmd.m_initPoseArgs.m_scaling[0], clientCmd.m_initPoseArgs.m_scaling[1], cl… in processInitPoseCommand()
11218 resetSimulation(clientCmd.m_updateFlags); in processResetSimulationCommand()
12359 …ctor3 pivotInChild(clientCmd.m_userConstraintArguments.m_childFrame[0], clientCmd.m_userConstraint… in processCreateUserConstraintCommand()
12361clientCmd.m_userConstraintArguments.m_childFrame[3], clientCmd.m_userConstraintArguments.m_childFr… in processCreateUserConstraintCommand()
12362 …btVector3 jointAxis(clientCmd.m_userConstraintArguments.m_jointAxis[0], clientCmd.m_userConstraint… in processCreateUserConstraintCommand()
[all …]
H A DGraphicsServerExample.cpp735 switch (clientCmd.m_type) in processCommand()
754 …this->m_guiHelper->setVisualizerFlag(clientCmd.m_visualizerFlagCommand.m_visualizerFlag, clientCmd in processCommand()
765 int dataSlot = clientCmd.m_uploadDataCommand.m_dataSlot; in processCommand()
769 …m_dataSlots[dataSlot].resize(clientCmd.m_uploadDataCommand.m_numBytes + clientCmd.m_uploadDataComm… in processCommand()
787 …reId = this->m_guiHelper->registerTexture(texels, clientCmd.m_registerTextureCommand.m_width, clie… in processCommand()
817 clientCmd.m_registerGraphicsInstanceCommand.m_position, in processCommand()
819 clientCmd.m_registerGraphicsInstanceCommand.m_color, in processCommand()
820 clientCmd.m_registerGraphicsInstanceCommand.m_scaling); in processCommand()
850 …m_guiHelper->changeRGBAColor(clientCmd.m_changeRGBAColorCommand.m_graphicsUid, clientCmd.m_changeR… in processCommand()
857 …m_guiHelper->changeScaling(clientCmd.m_changeScalingCommand.m_graphicsUid, clientCmd.m_changeScali… in processCommand()
[all …]
H A DPhysicsClientTCP.cpp155 bool TcpNetworkedPhysicsProcessor::processCommand(const struct SharedMemoryCommand& clientCmd, stru… in processCommand() argument
167 if (clientCmd.m_type == CMD_STEP_FORWARD_SIMULATION) in processCommand()
170 data = (unsigned char*)&clientCmd.m_type; in processCommand()
174 if (clientCmd.m_type == CMD_REQUEST_VR_EVENTS_DATA) in processCommand()
177 data = (unsigned char*)&clientCmd; in processCommand()
182 data = (unsigned char*)&clientCmd; in processCommand()
H A DSharedMemoryCommandProcessor.cpp117 bool SharedMemoryCommandProcessor::processCommand(const struct SharedMemoryCommand& clientCmd, stru… in processCommand() argument
121 if (&m_data->m_testBlock1->m_clientCommands[0] != &clientCmd) in processCommand()
123 m_data->m_testBlock1->m_clientCommands[0] = clientCmd; in processCommand()
H A DPhysicsServerSharedMemory.cpp257 const SharedMemoryCommand& clientCmd = m_data->m_testBlocks[block]->m_clientCommands[0]; in processClientCommands() local
262 …= m_data->createServerStatus(CMD_BULLET_DATA_STREAM_RECEIVED_COMPLETED, clientCmd.m_sequenceNumber… in processClientCommands()
263 …bool hasStatus = m_data->m_commandProcessor->processCommand(clientCmd, serverStatusOut, &m_data->m… in processClientCommands()
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/physx/
H A DPhysXServerCommandProcessor.cpp477 …if ((clientCmd.m_updateFlags & STATE_LOGGING_STOP_LOG) && clientCmd.m_stateLoggingArguments.m_logg… in processStateLoggingCommand()
511 clientCmd.m_initPoseArgs.m_initialStateQdot[1], in processInitPoseCommand()
512 clientCmd.m_initPoseArgs.m_initialStateQdot[2]); in processInitPoseCommand()
517 clientCmd.m_initPoseArgs.m_initialStateQdot[4], in processInitPoseCommand()
524 clientCmd.m_initPoseArgs.m_initialStateQ[0], in processInitPoseCommand()
525 clientCmd.m_initPoseArgs.m_initialStateQ[1], in processInitPoseCommand()
526 clientCmd.m_initPoseArgs.m_initialStateQ[2]); in processInitPoseCommand()
532 clientCmd.m_initPoseArgs.m_initialStateQ[4], in processInitPoseCommand()
533 clientCmd.m_initPoseArgs.m_initialStateQ[5], in processInitPoseCommand()
534 clientCmd.m_initPoseArgs.m_initialStateQ[6]); in processInitPoseCommand()
[all …]
H A DPhysXServerCommandProcessor.h10 …bool processSyncBodyInfoCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemorySt…
11 …bool processRequestInternalDataCommand(const struct SharedMemoryCommand& clientCmd, struct SharedM…
12 …bool processSyncUserDataCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemorySt…
13 …bool processLoadURDFCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemoryStatus…
14 …bool processRequestBodyInfoCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemor…
15 …bool processForwardDynamicsCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemor…
18 …bool processResetSimulationCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemor…
19 …bool processInitPoseCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemoryStatus…
29 …bool processCustomCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemoryStatus& …
32 …bool processStateLoggingCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemorySt…
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/physx/
H A DPhysXServerCommandProcessor.cpp477 …if ((clientCmd.m_updateFlags & STATE_LOGGING_STOP_LOG) && clientCmd.m_stateLoggingArguments.m_logg… in processStateLoggingCommand()
511 clientCmd.m_initPoseArgs.m_initialStateQdot[1], in processInitPoseCommand()
512 clientCmd.m_initPoseArgs.m_initialStateQdot[2]); in processInitPoseCommand()
517 clientCmd.m_initPoseArgs.m_initialStateQdot[4], in processInitPoseCommand()
524 clientCmd.m_initPoseArgs.m_initialStateQ[0], in processInitPoseCommand()
525 clientCmd.m_initPoseArgs.m_initialStateQ[1], in processInitPoseCommand()
526 clientCmd.m_initPoseArgs.m_initialStateQ[2]); in processInitPoseCommand()
532 clientCmd.m_initPoseArgs.m_initialStateQ[4], in processInitPoseCommand()
533 clientCmd.m_initPoseArgs.m_initialStateQ[5], in processInitPoseCommand()
534 clientCmd.m_initPoseArgs.m_initialStateQ[6]); in processInitPoseCommand()
[all …]
H A DPhysXServerCommandProcessor.h10 …bool processSyncBodyInfoCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemorySt…
11 …bool processRequestInternalDataCommand(const struct SharedMemoryCommand& clientCmd, struct SharedM…
12 …bool processSyncUserDataCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemorySt…
13 …bool processLoadURDFCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemoryStatus…
14 …bool processRequestBodyInfoCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemor…
15 …bool processForwardDynamicsCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemor…
18 …bool processResetSimulationCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemor…
19 …bool processInitPoseCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemoryStatus…
29 …bool processCustomCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemoryStatus& …
32 …bool processStateLoggingCommand(const struct SharedMemoryCommand& clientCmd, struct SharedMemorySt…
[all …]
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/grpc/
H A DConvertGRPCBullet.cpp29 grpcCommand.set_commandtype(clientCmd.m_type); in convertBulletToGRPCCommand()
31 switch (clientCmd.m_type) in convertBulletToGRPCCommand()
49 con->set_updateflags(clientCmd.m_updateFlags); in convertBulletToGRPCCommand()
152 pose->set_updateflags(clientCmd.m_updateFlags); in convertBulletToGRPCCommand()
199 motor->set_updateflags(clientCmd.m_updateFlags); in convertBulletToGRPCCommand()
377 vizCmd->set_updateflags(clientCmd.m_updateFlags); in convertBulletToGRPCCommand()
395 cam->set_updateflags(clientCmd.m_updateFlags); in convertBulletToGRPCCommand()
583 SharedMemoryCommand& clientCmd = cmd; in convertGRPCToBulletCommand() local
589 clientCmd.m_updateFlags = con->updateflags(); in convertGRPCToBulletCommand()
989 SharedMemoryCommand& clientCmd = cmd; in convertGRPCToBulletCommand() local
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/grpc/
H A DConvertGRPCBullet.cpp29 grpcCommand.set_commandtype(clientCmd.m_type); in convertBulletToGRPCCommand()
31 switch (clientCmd.m_type) in convertBulletToGRPCCommand()
49 con->set_updateflags(clientCmd.m_updateFlags); in convertBulletToGRPCCommand()
152 pose->set_updateflags(clientCmd.m_updateFlags); in convertBulletToGRPCCommand()
199 motor->set_updateflags(clientCmd.m_updateFlags); in convertBulletToGRPCCommand()
377 vizCmd->set_updateflags(clientCmd.m_updateFlags); in convertBulletToGRPCCommand()
395 cam->set_updateflags(clientCmd.m_updateFlags); in convertBulletToGRPCCommand()
583 SharedMemoryCommand& clientCmd = cmd; in convertGRPCToBulletCommand() local
589 clientCmd.m_updateFlags = con->updateflags(); in convertGRPCToBulletCommand()
989 SharedMemoryCommand& clientCmd = cmd; in convertGRPCToBulletCommand() local
[all …]
/dports/net/inlets/inlets-3.0.2/cmd/
H A Dclient.go19 inletsCmd.AddCommand(clientCmd)
21 clientCmd.Flags().StringP("url", "r", "", "server address i.e. ws://127.0.0.1:8000")
22 clientCmd.Flags().StringP("upstream", "u", "", "upstream server i.e. http://127.0.0.1:3000")
23 clientCmd.Flags().StringP("token", "t", "", "authentication token")
24 clientCmd.Flags().StringP("token-from", "f", "", "read the authentication token from a file")
25 clientCmd.Flags().Bool("print-token", false, "prints the token in server mode")
26 clientCmd.Flags().Bool("strict-forwarding", true, "forward only to the upstream URLs specified")
28clientCmd.Flags().Bool("insecure", false, "allow the client to connect to a server without encrypt…
68 var clientCmd = &cobra.Command{ var
/dports/net/tunneller/tunneller-release-0.6/
H A Dcmd_client.go41 type clientCmd struct {
70 func (p *clientCmd) Name() string { return "client" }
73 func (p *clientCmd) Synopsis() string { return "Launch our client." }
76 func (p *clientCmd) Usage() string {
83 func (p *clientCmd) SetFlags(f *flag.FlagSet) {
95 func (p *clientCmd) onMessage(client MQTT.Client, msg MQTT.Message) {
216 func (p *clientCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitS…

12