Skip to content

Commit

Permalink
Doc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
fare committed Oct 28, 2023
1 parent 134edc6 commit d6ae967
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/reference/std/cli/multicall.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ the behavior of which differs depending on the name of the binary,
just like the gerbil binary itself, or famously like `busybox`.

::: tip usage
```scheme
(import :std/cli/multicall)
```
:::

An earlier version of this library used to be available as `:clan/multicall`
Expand Down Expand Up @@ -64,7 +66,7 @@ return a getopt-spec (suitable to be passed to `(apply getopt ...)`) of
Register the function as entry-point,
with given `name` (argument passed to `make-symbol`),
or if not specified, a symbol made of only the
[`easy-shell-characters?`](shell.md) of `id`.
`easy-shell-characters?` of `id`.
The entry-point will have the given `help` and `getopt` fields.

### define-entry-point
Expand Down
2 changes: 2 additions & 0 deletions doc/reference/std/cli/print-exit.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ invoked either from the Scheme REPL or the Unix CLI, and in either case
will print their computation results after their invocation.

::: tip usage
```scheme
(import :std/cli/print-exit)
```
:::

The facilities are named in a way reminiscent of REPL (Read-Eval-Print-Loop),
Expand Down

0 comments on commit d6ae967

Please sign in to comment.