diff options
| author | Mark Stapp <mjs.ietf@gmail.com> | 2024-08-02 07:27:04 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-02 07:27:04 -0400 |
| commit | 975e1a36f69e61d45e05e14210bbfd94d8af33b6 (patch) | |
| tree | d1191a0d3dd5958fd0601592d4f5fef73aca6559 /lib/command_graph.h | |
| parent | e38dfe03fb393721dd9d29d4223752cf74350144 (diff) | |
| parent | 4bc41193e810d3c93fc0ff0a5a7d7fe0f18c669b (diff) | |
Merge pull request #16501 from donaldsharp/preprocess_vtysh
Preprocess vtysh
Diffstat (limited to 'lib/command_graph.h')
| -rw-r--r-- | lib/command_graph.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/command_graph.h b/lib/command_graph.h index 25aa47db7b..313c97fe87 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 */ |
