Closed osa1 closed 9 years ago
➜ example git:(master) ./run_example.sh Using hsbencher-graph executable from sandbox. /home/omer/haskell/HSBencher/hsbencher-graph/.cabal-sandbox/bin/hsbencher-graph + go -o plot_both.csv + ../.cabal-sandbox/bin/hsbencher-graph -f snowball-list.csv --GPL --template=./template_both.gpl --renames=./renames.txt --pad=THREADS,2 -x ARGS -y MEDIANTIME --key PROGNAME --key VARIANT --key THREADS -o plot_both.csv [hsbencher-graph] Unrecognized command line option(s): -f➜ example git:(master)
Yep, in a more recent version it switched to using the more standard unix idiom of any naked arguments to the command being input files, rather than requiring an explicit "-f" to mark input files.