Idris2/tests/idris2/pkg003/expected
Jan de Muijnck-Hughes 8b062f47cc Allow cli given option overriding for ipkg cmds.
As it was in Idris1 being able to override some, or introduce new, options to an Idris IPKG is beneficial. For example, generate code for multiple codegens from a single source.

Overridable options are:

+ `--quiet`
+ `--verbose`
+ `--timing`
+ `--dumpcases <file>`
+ `--dumplifted <file>`
+ `--dumpvmcode <file>`
+ `--debug-elab-check`
2020-05-26 14:41:09 +01:00

16 lines
417 B
Plaintext

1/1: Building Main (Main.idr)
Not all command line options can be used to override package options.
Overridable options are:
--quiet
--verbose
--timing
--dumpcases <file>
--dumplifted <file>
--dumpvmcode <file>
--debug-elab-check
--codegen <cg>
Packages must have an '.ipkg' extension: "malformed-package-name".
Uncaught error: File error (non-existent-package.ipkg): File Not Found