X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=docs%2Fgoals.pod;h=ffea30385a2d77cbac19055bb1355ab350a8d1a0;hb=8a0ede3292b4968b1e3261ad97b96d5ea0ad16fd;hp=cf67a455b3da388353ce49f35b1abae7b9d60e9f;hpb=70c689283bb2c1ba07704be7562767daf82b4d46;p=goals.git diff --git a/docs/goals.pod b/docs/goals.pod index cf67a45..ffea303 100644 --- a/docs/goals.pod +++ b/docs/goals.pod @@ -9,7 +9,7 @@ goals - an experimental tool that generalizes “make” goals ['TARGET'] ['VAR=VALUE'] [-C|--directory DIRECTORY] [-d] [-f|--file Goalfile] [-I|--include DIRECTORY] [-j|--jobs JOBS] [--no-prelude] - [-s|--silent|--quiet] + [-k|--keep-going] [-s|--silent|--quiet] goals --help @@ -90,6 +90,15 @@ prelude is always loaded automatically before any initial goal file (but you can redefine prelude definitions in your goal file if you want). +=item B<-k> + +=item B<--keep-going> + +Continue as much as possible after an error. The target that failed +and anything that depends on that target (recursively) will fail and +the program as a whole will still exit with an error, but as many +targets as can be built will be built. + =item B<-s> =item B<--silent>