[Swift-commit] r7724 - SwiftApps/swift-galaxy/swift

ketan at ci.uchicago.edu ketan at ci.uchicago.edu
Tue Mar 18 10:36:33 CDT 2014


Author: ketan
Date: 2014-03-18 10:36:32 -0500 (Tue, 18 Mar 2014)
New Revision: 7724

Modified:
   SwiftApps/swift-galaxy/swift/swiftforeach.xml
Log:
set stdin optional

Modified: SwiftApps/swift-galaxy/swift/swiftforeach.xml
===================================================================
--- SwiftApps/swift-galaxy/swift/swiftforeach.xml	2014-03-17 19:34:24 UTC (rev 7723)
+++ SwiftApps/swift-galaxy/swift/swiftforeach.xml	2014-03-18 15:36:32 UTC (rev 7724)
@@ -92,8 +92,9 @@
 
         <!--<param format="sh,binexec" name="exec" type="data" label="Executable"/>-->
         <param name="exec" type="data" label="Executable" help="select executable" />
-        <param name="stdin" type="data" label="Standard input file" help="select standard input" />
 
+        <param name="stdin" type="data" label="Standard input file" optional="true" help="select standard input" />
+
         <conditional name="rangeorlist">
         <param name="rl" type="select" label="Select range or list">
         <option value="rng">numeric range</option>




More information about the Swift-commit mailing list