Gnarus-G / rested

Language/Interpreter for easily defining and running requests to an http server.
GNU General Public License v2.0
2 stars 0 forks source link

feat: positional run arguments #23

Open Gnarus-G opened 1 year ago

Gnarus-G commented 1 year ago

I'm thinking about piping from xargs Kind of depends on doing type checking work first #19

Gnarus-G commented 1 year ago

like

arg name: string
arg port: number

and

rstd run ./script.rd John 8080