summaryrefslogtreecommitdiffstats
path: root/lib/command_graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/command_graph.h')
-rw-r--r--lib/command_graph.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/command_graph.h b/lib/command_graph.h
index 25aa47db..313c97fe 100644
--- a/lib/command_graph.h
+++ b/lib/command_graph.h
@@ -54,6 +54,9 @@ enum cmd_token_type {
END_TKN, // last token in line
NEG_ONLY_TKN, // filter token, match if "no ..." command
+#ifdef BUILDING_CLIPPY
+ CMD_ELEMENT_TKN, // python bindings only
+#endif
SPECIAL_TKN = FORK_TKN,
};
/* clang-format on */