[ 
https://issues.apache.org/jira/browse/GROOVY-11791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18032327#comment-18032327
 ] 

ASF GitHub Bot commented on GROOVY-11791:
-----------------------------------------

paulk-asert opened a new pull request, #2322:
URL: https://github.com/apache/groovy/pull/2322

   (no comment)




> Support unquoted URLs in groovysh
> ---------------------------------
>
>                 Key: GROOVY-11791
>                 URL: https://issues.apache.org/jira/browse/GROOVY-11791
>             Project: Groovy
>          Issue Type: Improvement
>            Reporter: Paul King
>            Priority: Major
>
> I propose something like:
> {code:groovy}
> json = /slurp https://api.github.com/repos/apache/groovy
> {code}
> is automatically converted to:
> {code:groovy}
> json = /slurp "https://api.github.com/repos/apache/groovy";
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to