Module: Falqon::Commands

Extended by:
T::Sig
Included in:
CLI
Defined in:
lib/falqon/commands.rb,
lib/falqon/commands/base.rb,
lib/falqon/commands/kill.rb,
lib/falqon/commands/list.rb,
lib/falqon/commands/show.rb,
lib/falqon/commands/clear.rb,
lib/falqon/commands/stats.rb,
lib/falqon/commands/delete.rb,
lib/falqon/commands/refill.rb,
lib/falqon/commands/revive.rb,
lib/falqon/commands/status.rb,
lib/falqon/commands/version.rb,
lib/falqon/commands/schedule.rb

Overview

Falqon commands

Defined Under Namespace

Classes: Clear, Delete, Kill, List, Refill, Revive, Schedule, Show, Stats, Status

Instance Method Summary collapse

Instance Method Details

#optionsT.untyped

Returns:

  • (T.untyped)


13
14
15
# File 'lib/falqon/commands.rb', line 13

def options # rubocop:disable Lint/UselessMethodDefinition
  super
end