class

Fluxion::CLI::ValidateCommand

Inherits Fluxion::CLI::Command < Reference < Object

fluxion validate — load the profile, map it, and report diagnostics.

Separate from lint on purpose: this answers "would this run at all", which is a yes/no question with an exit code scripts can branch on. Lint answers "is this a good profile", which is advice.

Instance methods

name
Source
register(parser : OptionParser) : Nil

Command-specific flags. The base registers nothing.

Source
run(arguments : Array(String)) : ExitCode
Source
summary
Source
usage
Source