Module: Sneaql::Core::Commands

Defined in:
lib/sneaql_lib/core.rb

Overview

Core Sneaql language command tags. You can create your own tags by extending Sneaql::Core::SneaqlCommand and overriding the action method. You should also override arg_definition and potentially validate_args if have a complex argument structure.

Defined Under Namespace

Classes: SneaqlAssign, SneaqlAssignResult, SneaqlExecute, SneaqlExecuteIf, SneaqlExitIf, SneaqlExitStepIf, SneaqlFailIf, SneaqlIterateRecordset, SneaqlOnError, SneaqlRecordsetFromDirGlob, SneaqlRecordsetFromQuery, SneaqlRemoveRecordset, SneaqlTest