Add source command and prepare to expand the file names in source command.

This commit is contained in:
Oleksandr Kozachuk
2022-12-17 15:58:41 +01:00
parent 9347bc3972
commit e05d98b2ba
5 changed files with 43 additions and 3 deletions
+1
View File
@@ -27,6 +27,7 @@ pub enum Command<'a> {
Enc(Name),
Pass(Name),
PasteBuffer(String),
Source(String),
Comment(Name, Comment),
Error(LKErr<'a>),
Noop,