Mentions légales du service

Skip to content

Fix long option generating SEGFAULT

ORDRONNEAU Camille requested to merge cordronn/vite:fix/version into master

This fixes #55 (closed)

  • The -v option was added to show the version.
  • getopt_long do works, it did not work because of the order of the include.
  • If there is at least one option in the command line that is not right, an error occurs.
Edited by ORDRONNEAU Camille

Merge request reports

Loading