Skip to content
Snippets Groups Projects

aql: basic tab-completion using readline

Merged Tomáš Pecka requested to merge readline into master
2 files
+ 1620
5
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 4
0
@@ -58,6 +58,10 @@ public:
cli::Environment & getEnvironment ( ) {
return m_environment;
}
const std::string & getHistoryFile ( ) const {
return m_history_file;
}
};
#endif /* _AQL_PROMPT_H_ */
Loading