mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 14:06:16 +02:00
ca2cc26e12
... as well as match buildReadlineNoMarkdown. Unfortunately it doesn't support long inputs or multiline inputs for now. This needs to make better use of the interacter interface.
16 lines
341 B
Text
16 lines
341 B
Text
Nix <nix version>
|
|
Type :? for help.
|
|
|
|
nix-repl> :l doc-comments.nix
|
|
Added <number omitted> variables.
|
|
|
|
nix-repl> "Note that this is not yet complete"
|
|
"Note that this is not yet complete"
|
|
|
|
nix-repl> :doc documentedFormals
|
|
Function `documentedFormals`\
|
|
… defined at /path/to/tests/functional/repl/doc-comments.nix:57:5
|
|
|
|
Finds x
|
|
|
|
nix-repl>
|