Skip to content

Commit

Permalink
Docs: finish resources.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amterp committed Jan 22, 2025
1 parent 3ebf8e6 commit b3ae8af
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs-web/docs/guide/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,13 @@ TBC

## Learnings Summary

TBC
- `pick` and `pick_kv` are built-in functions that allow users to select one option from many, allowing for an optional filter.
- `pick_from_resource` is similar, but uses a pre-defined resource file to define the options.
- The resource file is defined in JSON.
- The resource file path can be defined relative to the script's path.

## Next

TBC
The shell offers a ton of useful utilities, and RSL allows you to leverage them from within your scripts.

We'll look at that in the next section: [Shell Commands](./shell-commands.md).

0 comments on commit b3ae8af

Please sign in to comment.