Rakefile in cpl-0.1.0 vs Rakefile in cpl-0.2.0

- old
+ new

@@ -7,5 +7,10 @@ RSpec::Core::RakeTask.new(:spec) RuboCop::RakeTask.new task default: %i[spec rubocop] + +desc "Updates commands.md file" +task :command_docs do + sh "./script/generate_commands_docs" +end