Raxol.Terminal.Validation (Raxol v0.4.0)

View Source

Stub validation module for terminal input. Replace with real validation logic as needed.

Summary

Functions

Validates input for the terminal. Currently a stub that always returns {:ok, value}.

Functions

validate_input(arg1, value, arg3, arg4)

@spec validate_input(any(), any(), any(), any()) :: {:ok, any()}

Validates input for the terminal. Currently a stub that always returns {:ok, value}.