aboutsummaryrefslogtreecommitdiff
path: root/examples/example-resources
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-resources')
-rw-r--r--examples/example-resources/src/main.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/example-resources/src/main.rs b/examples/example-resources/src/main.rs
index 262680a..bb07d74 100644
--- a/examples/example-resources/src/main.rs
+++ b/examples/example-resources/src/main.rs
@@ -40,8 +40,8 @@ fn main() {
program.exec_and_exit();
}
-dispatcher!("current", CMDCurrent => EntryCurrent);
-dispatcher!("modify-current", CMDModifyCurrent => EntryModifyCurrent);
+dispatcher!("current", EntryCurrent);
+dispatcher!("modify-current", EntryModifyCurrent);
// Define chain for modifying current directory _________________ Injected muttable resource
// /