Skip to content

Commit

Permalink
Merge pull request #53 from meshtastic/wip
Browse files Browse the repository at this point in the history
Remove capture command for now
  • Loading branch information
thebentern authored Nov 19, 2023
2 parents ae36bcd + 9b69d5a commit 2a21503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Meshtastic.Cli/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
root.AddCommand(new ImportCommand("import", "Import the profile export from a yaml file and set the connected device", port, host, output, log));
root.AddCommand(new MqttProxyCommand("mqtt-proxy", "Proxy to the MQTT server referenced in the MQTT module config of the connected device", port, host, output, log));
root.AddCommand(new RequestTelemetryCommand("request-telemetry", "Request a telemetry packet from a repeater by nodenum", port, host, output, log, dest, selectDest));
root.AddCommand(new CaptureCommand("capture", "Capture all of the FromRadio messages for the device and store in MongoDB instance", port, host, output, log));
//root.AddCommand(new CaptureCommand("capture", "Capture all of the FromRadio messages for the device and store in MongoDB instance", port, host, output, log));

var parser = new CommandLineBuilder(root)
.UseExceptionHandler((ex, context) =>
Expand Down

0 comments on commit 2a21503

Please sign in to comment.