pypxe / PyPXE

Pure Python PXE (DHCP-(Proxy)/TFTP/HTTP/NBD) Server
MIT License
539 stars 125 forks source link

Negate Debug Arguments with CLI #82

Closed mmattioli closed 9 years ago

mmattioli commented 9 years ago

Proposal

Being able to negate debug arguments allows for greater control of debugging modes.

Example

This is preferable usage:

--debug all,-dhcp

...as opposed to current usage:

--debug http,tftp