fix(tvix/cli): Make :q actually quit
whoops Change-Id: I5f24163c276992c7858b038ae2bb636da75f3f91 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12043 Autosubmit: aspen <root@gws.fyi> Tested-by: BuildkiteCI Reviewed-by: lukegb <lukegb@tvl.fyi>
This commit is contained in:
parent
c8f92c6e9f
commit
4769d047b2
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ impl<'a> Repl<'a> {
|
||||||
ReplCommand::Quit => {
|
ReplCommand::Quit => {
|
||||||
return CommandResult {
|
return CommandResult {
|
||||||
output: String::new(),
|
output: String::new(),
|
||||||
continue_: true,
|
continue_: false,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
ReplCommand::Help => {
|
ReplCommand::Help => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue