commit | 31029688f904864cea9432543e46bc80fea1ba10 | [log] [tgz] |
---|---|---|
author | Václav Kubernát <kubernat@cesnet.cz> | Thu Oct 29 08:23:04 2020 +0100 |
committer | Václav Kubernát <kubernat@cesnet.cz> | Fri Oct 30 00:30:20 2020 +0100 |
tree | 7b3ca7ce3d2eb23aefe8661438bcc4b694386d7b | |
parent | dab73caa01e3792cefb923ebf15937093f68ce75 [diff] [blame] |
Disable rpc node completion for get Issue: https://tree.taiga.io/project/jktjkt-netconf-cli/issue/192 Change-Id: Ib48cf042935bae974a846f0a7c7af3cc61f3e53e
diff --git a/src/ast_handlers.hpp b/src/ast_handlers.hpp index e583207..c4658e4 100644 --- a/src/ast_handlers.hpp +++ b/src/ast_handlers.hpp
@@ -236,6 +236,8 @@ struct cdPath_class; +struct getPath_class; + struct set_class { template <typename Iterator, typename Exception, typename Context> x3::error_handler_result on_error(Iterator&, Iterator const&, Exception const& x, Context const& context)