Class: SleepingKingStudios::Docs::Tasks::Update

Inherits:
Base
  • Object
show all
Defined in:
lib/sleeping_king_studios/docs/tasks/update.rb

Overview

CLI task for updating documentation files.

Instance Method Summary collapse

Instance Method Details

#updateObject

Updates the documentation files for the project.



29
30
31
32
33
# File 'lib/sleeping_king_studios/docs/tasks/update.rb', line 29

def update
  SleepingKingStudios::Docs::Commands::Generate
    .new(force: true, **tools.hash_tools.symbolize_keys(options))
    .call
end