roc/examples/cli
2023-12-02 21:18:32 -08:00
..
effects-platform switch dbg arg ordering to make it backwards compatible 2023-12-02 21:18:32 -08:00
false-interpreter switch dbg arg ordering to make it backwards compatible 2023-12-02 21:18:32 -08:00
tui-platform switch dbg arg ordering to make it backwards compatible 2023-12-02 21:18:32 -08:00
.gitignore roc format and remove accidental file 2023-11-20 17:55:47 -08:00
argsBROKEN.roc use latest basic-cli 2023-12-01 12:33:09 +01:00
countdown.roc use latest basic-cli 2023-12-01 12:33:09 +01:00
echo.roc use latest basic-cli 2023-12-01 12:33:09 +01:00
effects.roc Recategorize interactive apps as CLIs 2022-09-11 22:32:15 -06:00
env.roc use latest basic-cli 2023-12-01 12:33:09 +01:00
fileBROKEN.roc use latest basic-cli 2023-12-01 12:33:09 +01:00
form.roc use latest basic-cli 2023-12-01 12:33:09 +01:00
http-get.roc use latest basic-cli 2023-12-01 12:33:09 +01:00
ingested-file-bytes.roc use latest basic-cli 2023-12-01 12:33:09 +01:00
ingested-file.roc use latest basic-cli 2023-12-01 12:33:09 +01:00
README.md update README 2023-01-11 16:52:58 +01:00
tui.roc Recategorize interactive apps as CLIs 2022-09-11 22:32:15 -06:00

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.