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 b5e6d6e commit 01c4224Copy full SHA for 01c4224
src/fpm_command_line.f90
@@ -722,6 +722,7 @@ subroutine get_command_line_settings(cmd_settings)
722
cmd_settings = fpm_clean_settings( &
723
& working_dir=working_dir, &
724
& clean_skip=skip, &
725
+ & registry_cache=lget('registry-cache'), &
726
& clean_all=clean_all, &
727
& path_to_config=config_file)
728
end block
0 commit comments