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 86e17fb commit 7999654Copy full SHA for 7999654
src/fpm/cmd/export.f90
@@ -16,7 +16,7 @@ module fpm_cmd_export
16
!> Entry point for the export subcommand
17
subroutine cmd_export(settings)
18
!> Representation of the command line arguments
19
- type(fpm_export_settings), intent(in) :: settings
+ type(fpm_export_settings), intent(inout) :: settings
20
type(package_config_t) :: package
21
type(dependency_tree_t) :: deps
22
type(fpm_model_t) :: model
0 commit comments