Peter Evans
                                            Peter Evans
                                        
                                    After looking into this a bit more I think it's feasible to modify the action to support this, however, I think it would end up complicating the use of this...
/hello-world-local
/ping-local with some args >pong with some args
/hello-world
/ping these are arguments passed to the command >pong these are arguments passed to the command
/hello-world
/help > Command | Description > --- | --- > /hello-world | Receive a greeting from the world > /ping [\ ...] | Echos back a list of arguments >...
/hello-world
Hi @staabm I think allowing this will open a can of worms and make the tokeniser implementation way more complicated than it needs to be. If we allow `source= my-source`,...
@axsaucedo The Docker image of Vegeta that I maintain is using the latest version of Vegeta. The latest version of Vegeta is [12.8.4](https://github.com/tsenart/vegeta/releases/tag/v12.8.4) and that is released in the latest...