Skip to content

Commit 037ad72

Browse files
committed
add model build internal
1 parent ea00913 commit 037ad72

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/fpm_command_line.f90

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ module fpm_command_line
134134
logical :: show_upload_data = .false.
135135
logical :: is_dry_run = .false.
136136
character(len=:), allocatable :: token
137+
character(len=:),allocatable :: dump_model
137138
end type
138139

139140
character(len=:),allocatable :: name
@@ -722,6 +723,7 @@ subroutine get_command_line_settings(cmd_settings)
722723
& show_model=lget('show-model'),&
723724
& build_tests=lget('tests'),&
724725
& verbose=lget('verbose'),&
726+
& dump_model = 'fpm_model.json',&
725727
& token=token_s)
726728

727729
case default

0 commit comments

Comments
 (0)