We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea00913 commit 037ad72Copy full SHA for 037ad72
src/fpm_command_line.f90
@@ -134,6 +134,7 @@ module fpm_command_line
134
logical :: show_upload_data = .false.
135
logical :: is_dry_run = .false.
136
character(len=:), allocatable :: token
137
+ character(len=:),allocatable :: dump_model
138
end type
139
140
character(len=:),allocatable :: name
@@ -722,6 +723,7 @@ subroutine get_command_line_settings(cmd_settings)
722
723
& show_model=lget('show-model'),&
724
& build_tests=lget('tests'),&
725
& verbose=lget('verbose'),&
726
+ & dump_model = 'fpm_model.json',&
727
& token=token_s)
728
729
case default
0 commit comments