Nix 2.93.3
Lix: A modern, delicious implementation of the Nix package manager; unstable internal interfaces
Loading...
Searching...
No Matches
repl-exit-status.hh File Reference

Go to the source code of this file.

Enumerations

enum class  nix::ReplExitStatus { QuitAll , Continue }

Enumeration Type Documentation

◆ ReplExitStatus

enum class nix::ReplExitStatus
strong

Exit status returned from the REPL.

Enumerator
QuitAll 

The user exited with :quit. The program (e.g., if the REPL was acting as the debugger) should exit.

Continue 

The user exited with :continue. The program should continue running.