diff options
author | init current directory[i] <urbanjost@comcast.net> | 2020-10-07 03:21:33 -0400 |
---|---|---|
committer | init current directory[i] <urbanjost@comcast.net> | 2020-10-07 03:21:33 -0400 |
commit | 898bf2c648911a016deb24dbf5b707688f6b051c (patch) | |
tree | f46fb63e3090587c416cc52abe81f6a3fd9bdeeb /README.md | |
parent | 14db0715c4bc7a03f806858e990d63a95827dd5a (diff) | |
download | fpm-898bf2c648911a016deb24dbf5b707688f6b051c.tar.gz fpm-898bf2c648911a016deb24dbf5b707688f6b051c.zip |
complete new modifications for #109 #110 #111 #135 #138 #154 #196
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ with the following contents and initialized as a git repository. * `fpm test` – run tests The command `fpm run` can optionally accept the name of the specific executable -to run, as can `fpm test`; like `fpm run specifc_executable`. Command line +to run, as can `fpm test`; like `fpm run specific_executable`. Command line arguments can also be passed to the executable(s) or test(s) with the option `--args "some arguments"`. |