#include "lix/libutil/async.hh"
#include "lix/libutil/experimental-features.hh"
#include "lix/libutil/json-fwd.hh"
#include "lix/libutil/types.hh"
#include "lix/libutil/ref.hh"
#include <functional>
#include <map>
#include <memory>
#include <limits>
#include <optional>
#include <set>
#include <filesystem>
Go to the source code of this file.
|
|
std::optional< ref< Command > > | nix::searchForCustomSubcommand (const std::string_view &command, const Strings &searchPaths) |
|
Strings | nix::searchForAllAvailableCustomSubcommands (const std::string_view &prefix, const Strings &searchPaths) |