Skip to content
Snippets Groups Projects
Commit 6ac0671c authored by Jan Trávníček's avatar Jan Trávníček
Browse files

add getHistoryFile getter

parent c2032adb
No related branches found
No related tags found
1 merge request!50aql: basic tab-completion using readline
Pipeline #28067 passed
......@@ -58,6 +58,10 @@ public:
cli::Environment & getEnvironment ( ) {
return m_environment;
}
const std::string & getHistoryFile ( ) const {
return m_history_file;
}
};
 
#endif /* _AQL_PROMPT_H_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment