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

add getHistoryFile getter

parent 043809bb
No related branches found
No related tags found
No related merge requests found
Pipeline #27856 failed
......@@ -58,6 +58,10 @@ public:
cli::Environment & getEnvironment ( ) {
return m_environment;
}
const std::string & getHistoryFile ( ) const {
return m_history_file;
}
};
 
#endif /* _AQL_PROMPT_H_ */
Source diff could not be displayed: it is too large. Options to address this: view the blob.
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