Libecoli  0.11.3
Extensible COmmand LIne library
Data Structures | Functions
File node

A node that matches and completes file paths. More...

Data Structures

struct  ec_node_file_ops
 

Functions

void ec_node_file_set_ops (const struct ec_node_file_ops *ops)
 

Detailed Description

A node that matches and completes file paths.

Configuration Schema

No configuration schema.

Function Documentation

◆ ec_node_file_set_ops()

void ec_node_file_set_ops ( const struct ec_node_file_ops ops)

Set custom file operations for testing.