Runlet.Ctrl.History (runlet v1.2.7)

View Source

List and run items from command history

Summary

Functions

List command history.

Run commands from history

Functions

exec(runlet)

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

List command history.

exec(env, index)

@spec exec(Runlet.t(), non_neg_integer() | String.t()) :: Enumerable.t()

Run commands from history:

h 10
h "10 11 34"

run(env)

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