| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Refactor list_files to use a callback instead of returning a vector,
file.cc/hh should not know about completion logic.
|
|
Since shell-script-completions now runs the script asynchronously
and unconditionally, there is no use for the CompletionFlags::Fast
anymore which means we can remove that type altogether.
|
|
Move more code into the implementation files to reduce the amount
of code pulled by headers.
|
|
Fixes #2079
|
|
Fixes #1648
|
|
|
|
|
|
|
|
|
|
Fixes #21
|
|
|
|
|
|
|
|
|
|
* non builtins options require declaration using the decl command
* At the moment, only int and string options are supported, however
the goal of this change is to provide a consistent way to support
more complex options, namely lists and booleans
|
|
|
|
|
|
|
|
|
|
(that is most of the time when we are not concerned with displaying)
|
|
env vars are handled
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|