Class: GDK::Command::Trust Deprecated

Inherits:
BaseCommand show all
Defined in:
lib/gdk/command/trust.rb

Overview

Deprecated.

GDK trust command has been deprecated should be removed in a future update

Handles ‘gdk trust` command execution

Instance Attribute Summary

Attributes inherited from BaseCommand

#stderr, #stdout

Instance Method Summary collapse

Methods inherited from BaseCommand

#config, #display_help_message, #help, #initialize, #print_help, #print_ready_message, #ready_messages, validate_config?

Constructor Details

This class inherits a constructor from GDK::Command::BaseCommand

Instance Method Details

#run(_args = []) ⇒ Object



9
10
11
12
13
# File 'lib/gdk/command/trust.rb', line 9

def run(_args = [])
  GDK::Output.info("'gdk trust' is deprecated and no longer required.")

  true
end