pavlakis / slim-cli

A Slim 3 middleware enabling a mock HTTP request to be made through the CLI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do you pass multiple arguments?

scriptburn opened this issue · comments

So if for my route i have to pass multiple arguments , how would you pass them by command line ?

Can you provide an example?
It is treated as a query string - same way as you would pass it in the browser.