diff options
author | Daniel Friesel <derf@finalrewind.org> | 2017-04-28 14:32:31 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2017-04-28 14:32:31 +0200 |
commit | ed9ac7c472f724d76e07661f9c2e3084240786a7 (patch) | |
tree | f64caa6ab057ab9acb79875ca6a4602ed022f09e /bin | |
parent | a61640475b9ee9140cc25b7d0a8ce12ed19ce1f2 (diff) |
support name suffixes
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/dfatool | 2 |
1 files changed, 2 insertions, 0 deletions
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, |