discordconsole-team / DiscordConsole

Control your Discord & Discord bot accounts and Webhooks through the command line.
GNU General Public License v3.0
90 stars 8 forks source link

Implement proper parser for the REPL #47

Closed jD91mZM2 closed 5 years ago

jD91mZM2 commented 5 years ago

Definitely a breaking change. New syntax:

cmd Arg1 "Argument 2" Arg3 Argument\ 4, similar to bash \n is now a line break, and can be escaped with \\n ${...} is now used for substitutions, and can be escaped with \${...}.


This also proposes using Just instead of GNU Make so @tbodt doesn't have to feel bad about us abusing the almighty Make by treating it as a simple command runner.

Mnpn commented 5 years ago

Great, thank you very much!