Closed xoxys closed 3 years ago
occ --help does not output the occ help but the php help instead:
occ --help
root@ubuntu-18:~# occ --help Usage: php [options] [-f] <file> [--] [args...] php [options] -r <code> [--] [args...] php [options] [-B <begin_code>] -R <code> [-E <end_code>] [--] [args...] php [options] [-B <begin_code>] -F <file> [-E <end_code>] [--] [args...] php [options] -S <addr>:<port> [-t docroot] [router] php [options] -- [args...] php [options] -a
This PR is removing the --file flag to successfully forward cli flags to occ
--file
occ
occ --help
does not output the occ help but the php help instead:This PR is removing the
--file
flag to successfully forward cli flags toocc