Skip to content

Commit

Permalink
Add todo section
Browse files Browse the repository at this point in the history
  • Loading branch information
jharrilim committed Jan 18, 2023
1 parent 50023de commit 978a30b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -91,4 +98,4 @@ subcommand:

```sh
runt container list-all
```
```

0 comments on commit 978a30b

Please sign in to comment.