soil-schema / soil

REST api schema and code generator
MIT License
1 stars 0 forks source link

Use string token with command parser and fix request body mock bug #38

Closed niaeashes closed 2 years ago

niaeashes commented 2 years ago

34

Command syntax

before:

@command arg1 arg2

after:

@command(arg1, arg2)