lume icon indicating copy to clipboard operation
lume copied to clipboard

Remove Deno arguments passed by Lume

Open oscarotero opened this issue 3 years ago • 0 comments

Lume allows to pass arguments to Deno using the -- separator. For example to use the --compact flag for Node compatibilty:

lume -s -- --compact

This feature was introduced before Deno tasks and Deno config file. Now this can be done editing the deno.json config file. So this feature (that is not documented) must be removed.

oscarotero avatar Aug 09 '22 10:08 oscarotero