diff options
Diffstat (limited to 'src/libutil/args.hh')
-rw-r--r-- | src/libutil/args.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libutil/args.hh b/src/libutil/args.hh index 1932e6a8a..ae2875e72 100644 --- a/src/libutil/args.hh +++ b/src/libutil/args.hh @@ -256,4 +256,8 @@ typedef std::vector<std::pair<std::string, std::string>> Table2; void printTable(std::ostream & out, const Table2 & table); +extern std::shared_ptr<std::set<std::string>> completions; + +std::optional<std::string> needsCompletion(std::string_view s); + } |