aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJonas Maier <>2026-03-07 09:57:46 +0100
committerJonas Maier <>2026-03-07 09:57:46 +0100
commit8d3c8ecd9f750d9dcfc1d49935f078446e767b2a (patch)
tree08349ff701b2f6f761ed1b9b585511028caa8839 /src
parent424a1f5e4039e40dd714f8172f0b34d0f25782ec (diff)
downloadpish-8d3c8ecd9f750d9dcfc1d49935f078446e767b2a.tar.gz
remove inaccurate command
Diffstat (limited to 'src')
-rw-r--r--src/run/builtin.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/run/builtin.rs b/src/run/builtin.rs
index e03e19e..5bf7133 100644
--- a/src/run/builtin.rs
+++ b/src/run/builtin.rs
@@ -119,9 +119,6 @@ pub const fn sink(name: &'static str, append: bool) -> Sink {
Sink { name, append }
}
-// TODO
-// from" => todo!("read from file"),
-
pub struct from;
impl Builtin for from {
fn name(&self) -> &str {