roc/examples/cli
dependabot[bot] c5c3dbeb31
Bump bumpalo from 3.11.0 to 3.12.0 in /examples/cli/cli-platform
Bumps [bumpalo](https://github.com/fitzgen/bumpalo) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/fitzgen/bumpalo/releases)
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fitzgen/bumpalo/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: bumpalo
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-20 22:23:22 +00:00
..
cli-platform Bump bumpalo from 3.11.0 to 3.12.0 in /examples/cli/cli-platform 2023-01-20 22:23:22 +00:00
effects-platform Drop obsolete mentions of roc_send_signal 2022-12-08 06:36:12 -05:00
false-interpreter Drop obsolete mentions of roc_send_signal 2022-12-08 06:36:12 -05:00
tui-platform Drop obsolete mentions of roc_send_signal 2022-12-08 06:36:12 -05:00
.gitignore
args.roc
countdown.roc
echo.roc
effects.roc
env.roc Revert stray introduction from #4661 2022-12-03 12:32:46 -06:00
file.roc
form.roc
http-get.roc
README.md update README 2023-01-11 16:52:58 +01:00
tui.roc

CLI examples

Note: You probably will want to use the basic-cli platform. This folder will be removed soon.

These are examples of how to make basic CLI (command-line interface) and TUI (terminal user interface) apps in Roc.