Closed ddormer closed 8 years ago
Currently there's no way to delete a port of type Endpoint from the command line.
Endpoint
From xmantissa/port.py:
if isinstance(port, (TCPPort, SSLPort)): port.deleteFromStore()
Currently there's no way to delete a port of type
Endpoint
from the command line.From xmantissa/port.py: