Skip to content

Always exit code 64? #27

Answered by williamdes
mzur asked this question in Q&A
Feb 17, 2021 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Hi @mzur
You can use --ignore-parse-errors to exit 0 if the build succeeds

(By the way their run.sh file is unsafe, it should have a set -e to exit when a command exists a non zero code.)

$ ./bin/doctum.php 
Doctum 5.4.0-dev by Fabien Potencier and William Desportes

Usage:
  command [options] [arguments]

Options:
  -h, --help            Display help for the given command. When no command is given display help for the list command
  -q, --quiet           Do not output any message
  -V, --version         Display this application version
      --ansi            Force ANSI output
      --no-ansi         Disable ANSI output
  -n, --no-interaction  Do not ask any interactive question
  -v|vv|…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mzur
Comment options

@williamdes
Comment options

Answer selected by williamdes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #26 on February 17, 2021 15:20.