There was an error while loading. Please reload this page.
1 parent 5572ade commit 9cf5d65Copy full SHA for 9cf5d65
src/repl.rs
@@ -35,7 +35,7 @@ impl Repl {
35
let mut stdin_reader = stdin.lock();
36
37
loop {
38
- print!("user=> ");
+ print!("{}=> ",self.environment.get_current_namespace_name());
39
let _ = io::stdout().flush();
40
41
// Read
0 commit comments