Kipper-Lang / Kipper

The Kipper programming language for Browsers and Node.js 🦊✨ Made at HTL Leonding & JKU Linz
https://kipper-lang.org
GNU General Public License v3.0
26 stars 4 forks source link

Removed deprecated flag `--abort-on-first-error` #651

Closed Luna-Klatzer closed 2 months ago

Luna-Klatzer commented 2 months ago

What type of change does this PR perform?

Summary

Removed deprecated flag --abort-on-first-error and added CLI examples.

Closes #501

Detailed Changelog

Removed

Does this PR create new warnings?

None.

Linked issues or PRs

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 83.33333% with 1 line in your changes missing coverage. Please review.

Project coverage is 84.27%. Comparing base (40d676c) to head (b03ab1b).

Files Patch % Lines
kipper/cli/src/commands/run.ts 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev-next #651 +/- ## ============================================ + Coverage 84.20% 84.27% +0.06% ============================================ Files 222 222 Lines 3919 3917 -2 Branches 436 435 -1 ============================================ + Hits 3300 3301 +1 + Misses 492 490 -2 + Partials 127 126 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.