summaryrefslogtreecommitdiff
path: root/commands/src/pwd.rs
diff options
context:
space:
mode:
Diffstat (limited to 'commands/src/pwd.rs')
-rw-r--r--commands/src/pwd.rs9
1 files changed, 0 insertions, 9 deletions
diff --git a/commands/src/pwd.rs b/commands/src/pwd.rs
deleted file mode 100644
index 2a56129..0000000
--- a/commands/src/pwd.rs
+++ /dev/null
@@ -1,9 +0,0 @@
-use alloc::string::ToString;
-use toolkit::Toolkit;
-use crate::parser::Command;
-
-pub fn run(tk: &mut Toolkit, _command: Command) {
- let cwd = tk.get_cwd().to_string();
- tk.println(&cwd);
- tk.println("");
-} \ No newline at end of file