Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.2.0
-
Component/s: Platypus Core
-
Labels:None
-
Source ID:docs
-
Number of attachments :
Description
In UserGuide.pdf
You can now generate Platypus listings in HTML format. To generate a listing, use the command line
arguments: platyrun document.plat document.html format -listing.
CLI wrongly tries to parse this as an option - and fails...
I tried the Unix/Linux convention of using – to say that the words after – are not options (even though they may start with a -) (i.e. cat – -textfile).
This works - but might be complex for the end user.
Updated documentation to remove erroneous syntax.