From 978a30b618b7c81157aaf5e94a6fb0de62e04bda Mon Sep 17 00:00:00 2001 From: Joseph Harrison-Lim Date: Wed, 18 Jan 2023 00:57:48 -0500 Subject: [PATCH] Add todo section --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 61ae579..408938d 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,13 @@ To use runt, pass the name of a command to the runt command. runt [command] ``` +## Todo + +- Switch to typed recursive decent parsing to properly support different types of + in headers and paragraphs, such as text, links, and a combination thereof +- Support other shells +- Setup some syntax for declaring arguments, probably using lists + ## Runtfile The Runtfile consists of three parts: @@ -91,4 +98,4 @@ subcommand: ```sh runt container list-all -``` \ No newline at end of file +```