BenEgeIzmirli / Whittler

MIT License
7 stars 2 forks source link

Switch command parsing to shlex #22

Open BenEgeIzmirli opened 3 years ago

BenEgeIzmirli commented 3 years ago

Shlex will be a far more generic and reliable solution to parsing Whittler shell command syntax than the current ad-hoc approach; also, this could enable the introduction of shell-level variables, which could tie into and facilitate the user-defined lambda functionality at the same time.