Cvar1984 / madeline

Telegram (a)sync multiple (user) bots
MIT License
5 stars 4 forks source link

Another argument parser #19

Open Cvar1984 opened 4 years ago

Cvar1984 commented 4 years ago

/ prefix : or = token separator

input

/simpleImage color:blue width: 200 text:"a,@#$%&;?.'*)(@01/\®"

output

[simple_image] => [
    [color] => blue
    [width] => 200
    [text] => a,@#$%&;?.'*)(@01/\®
]
issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.83. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.