Class: Prek::PrekManager
- Inherits:
-
CLAide::Command
- Object
- CLAide::Command
- Prek::PrekManager
show all
- Defined in:
- lib/prek.rb,
lib/command/lib.rb,
lib/command/mvvm.rb,
lib/command/module.rb,
lib/command/lib/create.rb,
lib/command/module/create.rb
Defined Under Namespace
Classes: Lib, Module, Mvvm
Class Method Summary
collapse
Instance Method Summary
collapse
Class Method Details
.options ⇒ Object
23
24
25
26
27
|
# File 'lib/prek.rb', line 23
def self.options
[
].concat(super)
end
|
Instance Method Details
#run ⇒ Object
29
30
31
|
# File 'lib/prek.rb', line 29
def run
end
|