#include <ftxui/component/component.hpp>
#include <ftxui/component/screen_interactive.hpp>
#include <ftxui/dom/elements.hpp>
#include "cli/util/autocomplete.h"
Go to the source code of this file.
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::cli |
Namespace for the command line interface. | |
Functions | |
Component | yaze::cli::CreateAutocompleteInput (std::string *input_str, AutocompleteEngine *engine) |
Create an input component with autocomplete suggestions. | |
Component | yaze::cli::CreateQuickActionMenu (ScreenInteractive &screen) |