c4spar / deno-cliffy

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
https://cliffy.io
MIT License
929 stars 65 forks source link

make runtime detection work with dnt #738

Open rubenfiszel opened 3 weeks ago

rubenfiszel commented 3 weeks ago

Currently, runtime detection rely on Deno not existing in global shim, but if a project uses Dnt, it will exist. To enable projects to keep using Deno shims while not applying to cliffy, the annotation need to be added everywhere relevant

rubenfiszel commented 3 weeks ago

Waiting for this, republished cliffy to @windmill-labs/cliffy-* with the fix