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 0673b35 commit aa93e1bCopy full SHA for aa93e1b
fpm/src/fpm_command_line.f90
@@ -200,6 +200,7 @@ subroutine get_command_line_settings(cmd_settings)
200
help_text=[character(len=widest) :: help_text, help_run]
201
help_text=[character(len=widest) :: help_text, help_test]
202
help_text=[character(len=widest) :: help_text, help_help]
203
+ help_text=[character(len=widest) :: help_text, help_list]
204
help_text=[character(len=widest) :: help_text, version_text]
205
case default
206
! note help_intrinsics is returning a fixed-length array
0 commit comments