WSD-python icon indicating copy to clipboard operation
WSD-python copied to clipboard

Command-line Interface

Open tpreclik opened this issue 7 years ago • 1 comments

I would like to test it but can only invest minimal effort. Can you provide a small code snippet for scanning? Or even better provide a simple command-line interface?

tpreclik avatar Oct 20 '18 18:10 tpreclik

Sorry for very late answer. If you look at wsd_scan__operations.py file, you can notice that it can be executed as main script, and this way the _demo function is called.

so python wsd_scan__operations.py will do the trick. Feel free to edit the _demo function.

roncapat avatar Feb 21 '19 21:02 roncapat