You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example/string-handling/get-command-line-flag-value.f90
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ program get_command_line_flag_value
6
6
!!
7
7
!! fpm run --example get-command-line-flag-value -- --foo bar
8
8
!!
9
-
!! Running this program without the "-- --input-file" should print an indication that no file name
9
+
!! Running the above command either without `bar` or without "--foo bar" should print an indication the message "flag '--foo' not present or present with no value".
0 commit comments