roc/examples/cli
Brendan Hansknecht f9c0d54688
Stop using "rlib"
I don't know if this matters at all, but I don't think we should use "rlib".
The [rust docs](https://doc.rust-lang.org/reference/linkage.html) suggest using "lib" by default.
"lib" probably just aliases to "rlib", but it lets the compiler pick what it wants.
I don't think this will fix anything, but I am half hopeful it will somehow fix #6121.
2024-01-16 22:36:10 -08:00
..
effects-platform switch dbg arg ordering to make it backwards compatible 2023-12-02 21:18:32 -08:00
false-interpreter Stop using "rlib" 2024-01-16 22:36:10 -08:00
tui-platform switch dbg arg ordering to make it backwards compatible 2023-12-02 21:18:32 -08:00
argsBROKEN.roc update to basic-cli 0.7.1 2023-12-23 16:54:59 +01:00
countdown.roc update to basic-cli 0.7.1 2023-12-23 16:54:59 +01:00
echo.roc update to basic-cli 0.7.1 2023-12-23 16:54:59 +01:00
effects.roc Recategorize interactive apps as CLIs 2022-09-11 22:32:15 -06:00
env.roc update to basic-cli 0.7.1 2023-12-23 16:54:59 +01:00
fileBROKEN.roc update to basic-cli 0.7.1 2023-12-23 16:54:59 +01:00
form.roc update to basic-cli 0.7.1 2023-12-23 16:54:59 +01:00
http-get.roc update to basic-cli 0.7.1 2023-12-23 16:54:59 +01:00
ingested-file-bytes.roc keep ingested_file_bytes result the same on import changes 2023-12-23 18:44:36 +01:00
ingested-file.roc update to basic-cli 0.7.1 2023-12-23 16:54:59 +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.