diff options
author | Antero Mejr <antero@mailbox.org> | 2022-12-03 01:09:36 +0000 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-01-16 08:50:05 -0500 |
commit | abd956957138d4c5339e9cb79dd590fc19808438 (patch) | |
tree | 201845a5b8c3f20ccf49e1c773e60ea42e644a13 /doc | |
parent | cf316d59aa1b4b372281b6060e56f2bbf7c541b1 (diff) | |
download | guix-abd956957138d4c5339e9cb79dd590fc19808438.tar.gz |
scripts: repl: Add --list-types flag.
* guix/scripts/repl.scm (%options): Add --list-types. * doc/guix.texi (Invoking guix repl): Add documentation for --list-types. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index acb0a6da9b..e8cd2a90a0 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -12031,6 +12031,10 @@ of Guix. The available options are as follows: @table @code +@item --list-types +Display the @var{TYPE} options for @command{guix repl --type=TYPE} and +exit. + @item --type=@var{type} @itemx -t @var{type} Start a REPL of the given @var{TYPE}, which can be one of the following: |