Module: PgEventstore::CLI::Commands::BaseCommand::BaseCommandActions
- Defined in:
- lib/pg_eventstore/cli/commands/base_command.rb
Instance Method Summary collapse
-
#call ⇒ Integer
Exit code.
Instance Method Details
#call ⇒ Integer
Returns exit code.
9 10 11 12 |
# File 'lib/pg_eventstore/cli/commands/base_command.rb', line 9 def call load_external_files super end |