Livl Shell  0.1
Livl Shell is an intermediate reimplementation of the bash shell in C language.
Data Fields
Command Struct Reference

Struct that represents a command. More...

#include <typedef.h>

Collaboration diagram for Command:
Collaboration graph
[legend]

Data Fields

char * command
 
char ** arguments
 
char ** complete_command
 
char * input_string
 
int num_arguments
 
Redirection redirection
 

Detailed Description

Struct that represents a command.

Field Documentation

◆ arguments

Command::arguments

Arguments.

◆ command

Command::command

◆ complete_command

Command::complete_command

Complete command.

◆ input_string

Command::input_string

Input string (command + arguments).

◆ num_arguments

Command::num_arguments

Number of arguments.

◆ redirection

Command::redirection

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