runlet v1.0.0 Runlet.Ctrl.History

List and run items from command history

Link to this section Summary

Functions

List command history.

Run command from history

Link to this section Functions

Link to this function

exec(runlet)

exec(Runlet.t()) :: Enumerable.t()

List command history.

Link to this function

exec(env, index)

exec(Runlet.t(), non_neg_integer() | binary()) :: Enumerable.t()

Run command from history:

args: 10

Link to this function

run(env)

run(Runlet.t()) :: Enumerable.t()