[Swift-user] Command-line arg no longer working
Chad Glendenin
chad at uchicago.edu
Thu Mar 1 14:08:43 CST 2007
Until today, I was running VDL2-rc3. Now I'm trying to run Swift
snapshot 070228.
With rc3, this works:
$ vdlc minmax.dtm
$ vdlrun minmax.kml -list=filelist.txt
With Swift-070228, this fails:
$ vdlc minmax.dtm
$ swift minmax.kml -list=filelist.txt
Swift V 0.0405
RunID: rgxg81njt0fe0
Execution failed:
Missing command line argument: list
I'm trying to use the csv_mapper, like this:
filelist_t dataset[] <csv_mapper; file=@arg("list")>;
Is there something I can do to fix this?
Thanks,
ccg
More information about the Swift-user
mailing list