diff options
Diffstat (limited to 'src/parser.rs')
| -rw-r--r-- | src/parser.rs | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/src/parser.rs b/src/parser.rs index 2be8c60..2644e0a 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -193,8 +193,9 @@ impl MapGroup {                      map_action.action = action;                  }              }, -            // TODO: Write when we have a command action parser -            MapKind::Command => {}, + +            // Commands don't get parsed. They remain `Action::String`s. +            MapKind::Command => (),          }      }  } | 
