Class: Ruby::Nginx::Commands::SetupMkcert
- Inherits:
-
TerminalCommand
- Object
- TerminalCommand
- Ruby::Nginx::Commands::SetupMkcert
- Defined in:
- lib/ruby/nginx/commands/setup_mkcert.rb
Instance Attribute Summary
Attributes inherited from TerminalCommand
#cmd, #error_type, #printer, #result, #user
Instance Method Summary collapse
-
#initialize ⇒ SetupMkcert
constructor
A new instance of SetupMkcert.
Methods inherited from TerminalCommand
Methods included from Helpers::SudoHelper
Methods included from Helpers::PromptHelper
Constructor Details
#initialize ⇒ SetupMkcert
Returns a new instance of SetupMkcert.
9 10 11 |
# File 'lib/ruby/nginx/commands/setup_mkcert.rb', line 9 def initialize super(cmd: "mkcert -install", raise: Ruby::Nginx::SetupError) end |