Class: SleepingKingStudios::Docs::Tasks::Update
- Defined in:
- lib/sleeping_king_studios/docs/tasks/update.rb
Overview
CLI task for updating documentation files.
Instance Method Summary collapse
-
#update ⇒ Object
Updates the documentation files for the project.
Instance Method Details
#update ⇒ Object
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()) .call end |