myshell 2.0.0
Loading...
Searching...
No Matches
mecho.cpp File Reference

Built-in command mecho. More...

Functions

int mecho (int argc, char **argv)
 

Variables

static const builtin_doc doc
 

Detailed Description

Built-in command mecho.

Variable Documentation

◆ doc

const builtin_doc doc
static
Initial value:
= {
.name = "mecho",
.args = "[args] [-h|--help]",
.brief = "Write arguments to the standard output",
.doc = "Arguments are separated by a single space character.\n"
"If no arguments are given, a blank line is output."
}