Skip to content

Commit fab0310

Browse files
committed
update: box style
updated the style of the box in interactive shell.
1 parent e4e2c40 commit fab0310

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/lib.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ pub fn run_file(source: &str) {
3030
pub fn run_interactive_shell() {
3131
println!(
3232
"
33-
+---------------------------------------------------------------+
34-
| Mallu Script |
35-
| Repository: https://www.github.com/sreyas-sreelal/malluscript |
36-
+---------------------------------------------------------------+
37-
Version {}
33+
╭───────────────────────────────────────────────────────────────╮
34+
Mallu Script
35+
Repository: https://www.github.com/sreyas-sreelal/malluscript
36+
╰───────────────────────────────────────────────────────────────╯
37+
Version {}
3838
",
3939
env!("CARGO_PKG_VERSION")
4040
);

0 commit comments

Comments
 (0)