class

Fluxion::ShellReloadStep

Inherits Fluxion::Step < Reference < Object

type: shell-reload — force later work through a fresh login shell.

Needed when an earlier step wrote into shell startup files that later commands have to observe; the already-running shell will never see them.

Constructors

new(name : String, shell : ShellKind = ShellKind::Zsh, description : String | Nil = nil, condition : Condition | Nil = nil)
Source

Instance methods

items

Everything this step installs, in declaration order.

Source
kind

The config type (stable schema) that produces this step.

Source
reload_argv

The command actually run. It reports success explicitly rather than just exiting, so a shell whose rc file swallows errors still fails the step when it cannot start.

Source
shell
Source
summary

One-line summary for plan and list.

Source