Class: ImportmapCLI::Commands::Remove
- Inherits:
-
Object
- Object
- ImportmapCLI::Commands::Remove
- Defined in:
- lib/importmap_cli/commands/remove.rb
Instance Method Summary collapse
-
#initialize(packages:, options:) ⇒ Remove
constructor
A new instance of Remove.
- #run ⇒ Object
Constructor Details
#initialize(packages:, options:) ⇒ Remove
Returns a new instance of Remove.
6 7 8 9 |
# File 'lib/importmap_cli/commands/remove.rb', line 6 def initialize(packages:, options:) @packages = packages = end |
Instance Method Details
#run ⇒ Object
11 12 13 |
# File 'lib/importmap_cli/commands/remove.rb', line 11 def run pp [:unpin, @packages, ] end |