lib/troo/cli/main.rb in troo-0.0.11 vs lib/troo/cli/main.rb in troo-0.0.12
- old
+ new
@@ -61,9 +61,12 @@
desc 'refresh [all|board|list|card] (<id>)',
'Refresh all local data or board, list or card with <id>.'
subcommand :refresh, CLI::Refresh
+ desc 'wizard', 'Become the wizard.'
+ subcommand :wizard, CLI::Wizard
+
# @param [String]
# @param [String]
# @param [String]
# @return [String]
desc 'move <card_id> <list_id> (<board_id>)',