SetCommandPath sets the commandPath on the CLIAnalyticsEventContext object
(commandPath string)
| 200 | |
| 201 | // SetCommandPath sets the commandPath on the CLIAnalyticsEventContext object |
| 202 | func (e *CLIAnalyticsEventMetadata) SetCommandPath(commandPath string) { |
| 203 | e.CommandPath = commandPath |
| 204 | } |
| 205 | |
| 206 | // SetConfiguredApplicationsNb sets the configuredApplicationsNb on the CLIAnalyticsEventContext object |
| 207 | func (e *CLIAnalyticsEventMetadata) SetConfiguredApplicationsNb(nb int) { |
no outgoing calls