Skip to content

Commit aa93e1b

Browse files
committed
add list subcommand to manual output
1 parent 0673b35 commit aa93e1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fpm/src/fpm_command_line.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ subroutine get_command_line_settings(cmd_settings)
200200
help_text=[character(len=widest) :: help_text, help_run]
201201
help_text=[character(len=widest) :: help_text, help_test]
202202
help_text=[character(len=widest) :: help_text, help_help]
203+
help_text=[character(len=widest) :: help_text, help_list]
203204
help_text=[character(len=widest) :: help_text, version_text]
204205
case default
205206
! note help_intrinsics is returning a fixed-length array

0 commit comments

Comments
 (0)