diff options
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, |