From aa93e1b0618ef9b6086f515e40c9f45be26e03ff Mon Sep 17 00:00:00 2001 From: "init current directory[i]" Date: Sat, 17 Oct 2020 00:34:42 -0400 Subject: add list subcommand to manual output --- fpm/src/fpm_command_line.f90 | 1 + 1 file changed, 1 insertion(+) diff --git a/fpm/src/fpm_command_line.f90 b/fpm/src/fpm_command_line.f90 index 3cb6203..0efc076 100644 --- a/fpm/src/fpm_command_line.f90 +++ b/fpm/src/fpm_command_line.f90 @@ -200,6 +200,7 @@ contains help_text=[character(len=widest) :: help_text, help_run] help_text=[character(len=widest) :: help_text, help_test] help_text=[character(len=widest) :: help_text, help_help] + help_text=[character(len=widest) :: help_text, help_list] help_text=[character(len=widest) :: help_text, version_text] case default ! note help_intrinsics is returning a fixed-length array -- cgit v1.2.3