Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arguments passing #88

Closed
Sandbird opened this issue Oct 17, 2019 · 2 comments
Closed

Arguments passing #88

Sandbird opened this issue Oct 17, 2019 · 2 comments

Comments

@Sandbird
Copy link

How exactly can you pass arguments to the script ? The documentation doesn't make sense

    [
        '-c' => 'ignore',
        '--merge' => null,
    ],

What are these ? POST, GET ? I've tried different combos, nothing worked.
Also what's the 'identifier' for ?
-ty

@Sandbird
Copy link
Author

You need to enable register_argc_argv in php .ini for arguments to work

@peppeocchi
Copy link
Owner

@Sandbird you're right about the register_argc_argv to be enabled, but it's also true that it is enabled by default so you have intentionally disabled it for some reason (or being on a host where it's disabled by default).
I'll add it to the documentation anyway, thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants