'Starting arelle Edgar Renderer ixviewer from command line

Please how can I start the edgar renderer viewer from the command line to atart up a browser? When I open an ixbrl file from the arelle GUI using the edgar renderer plugin, it opens a browser inline viewer. Please how can I do this using the command line interface? I have tried this, but it only validates and generates an output. I have also tried various combinations from the rest api, but none seem to work.

curl -X POST "-HContent-type: application/zip" 
-T inputfiling.zip 
-o outresults.zip 
--logFile log.xml 
"http://localhost:8080/rest/xbrl/validation?efm-pragmatic&media=zip&plugins=EdgarRenderer" 



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source