summaryrefslogtreecommitdiffstats
path: root/src/key_command/impl_appcommand.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/key_command/impl_appcommand.rs')
-rw-r--r--src/key_command/impl_appcommand.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/key_command/impl_appcommand.rs b/src/key_command/impl_appcommand.rs
index 7ea8f93..fe7dbc2 100644
--- a/src/key_command/impl_appcommand.rs
+++ b/src/key_command/impl_appcommand.rs
@@ -24,6 +24,7 @@ impl AppCommand for Command {
Self::CopyFileNameWithoutExtension => CMD_COPY_FILENAME_WITHOUT_EXTENSION,
Self::CopyFilePath => CMD_COPY_FILEPATH,
Self::CopyDirPath => CMD_COPY_DIRECTORY_PATH,
+ Self::SymlinkFiles => CMD_SYMLINK_FILES,
Self::PasteFiles(_) => CMD_PASTE_FILES,
Self::DeleteFiles { .. } => CMD_DELETE_FILES,