Module shi::command::basic[][src]

Structs

A BasicCommand is a very simple command type. It has a name, and it has a closure that it executes when it is invoked. The closure takes a state, as determined by its containing shell, and a vector of String arguments.