mirror of
https://github.com/rm-dr/daisy
synced 2025-07-01 14:43:30 -07: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