My Project
Public Attributes | List of all members
uuid::console::Commands::Completion Struct Reference

Result of a command completion operation. More...

#include <uuid/console.h>

Collaboration diagram for uuid::console::Commands::Completion:
Collaboration graph
[legend]

Public Attributes

std::list< CommandLinehelp
 
CommandLine replacement
 

Detailed Description

Result of a command completion operation.

Each space-delimited parameter is a separate string.

Since
0.1.0

Definition at line 1808 of file console.h.

Member Data Documentation

◆ help

std::list<CommandLine> uuid::console::Commands::Completion::help

Suggestions for matching commands.

Since
0.1.0

Definition at line 1809 of file console.h.

◆ replacement

CommandLine uuid::console::Commands::Completion::replacement

Replacement matching full or partial command line.

Since
0.1.0

Definition at line 1810 of file console.h.


The documentation for this struct was generated from the following file: