From ed9ac7c472f724d76e07661f9c2e3084240786a7 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 28 Apr 2017 14:32:31 +0200 Subject: support name suffixes --- bin/dfatool | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/dfatool b/bin/dfatool index 75449a3..4376730 100755 --- a/bin/dfatool +++ b/bin/dfatool @@ -22,6 +22,7 @@ GetOptions( plot=s no-cache no-update + note=s param-default=s@ state-duration=i shunt=f @@ -53,6 +54,7 @@ my $driver = Kratos::DFADriver->new( data_file => $data_files[0], excluded_states => $opt{'exclude-states'} // [], fast_analysis => $opt{'zomg-fasta-nao'} // 0, + filename_suffix => $opt{'note'}, ignore_nested => $opt{'ignore-nested-calls'} // 0, logging => $opt{logging} // 1, state_duration => $opt{'state-duration'} // 1000, -- cgit v1.2.3