Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fare committed Oct 28, 2023
1 parent 53a2035 commit 6df9730
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 63 deletions.
3 changes: 2 additions & 1 deletion doc/reference/std/cli/getopt.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
The `:std/cli/getopt` library provides facilities for command line argument parsing.

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

This library used to be available as `:std/getopt` up to Gerbil v0.18,
Expand Down Expand Up @@ -57,7 +59,6 @@ If parsing fails, then a `getopt-error` is raised, which can be guarded with
```scheme
(getopt-display-help <tip> program-name [port = (current-output-port)])
tip:
<getopt-error>
<parser>
Expand Down
Loading

0 comments on commit 6df9730

Please sign in to comment.