twisted / mantissa

Divmod Mantissa is an application server with a web interface built using Axiom and Nevow.
MIT License
5 stars 10 forks source link

Delete Endpoint port #38

Closed ddormer closed 8 years ago

ddormer commented 8 years ago

Currently there's no way to delete a port of type Endpoint from the command line.

From xmantissa/port.py:

if isinstance(port, (TCPPort, SSLPort)):
    port.deleteFromStore()