mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 12:30:13 +03:00
The name device_command_run was ambiguous and easily confused with device_config_send. device_show_run makes the read-only intent explicit, forming a clear pair: config_send (write) vs show_run (read).