mirror of
https://github.com/rm-dr/daisy
synced 2025-12-13 05:00:37 -08:00
Added user function parsing
This commit is contained in:
@@ -231,7 +231,7 @@ pub fn do_command(
|
||||
}
|
||||
|
||||
let v = args[1].to_string();
|
||||
let v = substitute(&v);
|
||||
let v = substitute(&v, context);
|
||||
let r = context.delete(&v);
|
||||
|
||||
return match r {
|
||||
|
||||
Reference in New Issue
Block a user