[Swift-commit] r6506 - trunk/docs/designs

davidk at ci.uchicago.edu davidk at ci.uchicago.edu
Tue May 14 11:58:46 CDT 2013


Author: davidk
Date: 2013-05-14 11:58:46 -0500 (Tue, 14 May 2013)
New Revision: 6506

Added:
   trunk/docs/designs/swiftwrap.txt
Log:
Simple start of a swiftwrap doc


Added: trunk/docs/designs/swiftwrap.txt
===================================================================
--- trunk/docs/designs/swiftwrap.txt	                        (rev 0)
+++ trunk/docs/designs/swiftwrap.txt	2013-05-14 16:58:46 UTC (rev 6506)
@@ -0,0 +1,30 @@
+swiftwrap.wrapperstaging
+-------------------------
+
+.Command line arguments
+[options="header"]
+|============================
+|Argument       | Description      
+| -a            | Command line arguments passed to app
+| -d            | DIRS?
+| -e            | App to execute
+| -err          | Where to write stderr
+| -i            | Set stdin
+| -if           | Input file(s) 
+| -jobdir       | Swift job directory
+| -of           | Ouput file(s)     
+| -out          | Where to write stdout
+| -scratchdir   | Swift scratch directory
+| -sk           | Sitedir keep, true/false
+| -status       | Provider or files
+| -urlprefix    | URL Prefix
+| -wt           | Wrapper log always transfer, true/false
+|============================
+
+Enabling wrapper staging
+------------------------
+-----
+use.wrapper.staging=true
+wrapper.staging.local.server=file://
+-----
+




More information about the Swift-commit mailing list