RTEMS 7.0-rc1
Loading...
Searching...
No Matches
Variables
main_help.c File Reference

Shell Help Command. More...

#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <rtems.h>
#include <rtems/error.h>
#include <rtems/shell.h>
#include "internal.h"
#include <string.h>

Variables

rtems_shell_cmd_t rtems_shell_HELP_Command
 

Detailed Description

Shell Help Command.

Variable Documentation

◆ rtems_shell_HELP_Command

rtems_shell_cmd_t rtems_shell_HELP_Command
Initial value:
= {
.name = "help",
.usage = "help [topic] # list of usage of commands",
.topic = "help",
.command = rtems_shell_help,
.mode = S_IRUSR | S_IXUSR | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH
}