# -*- encoding : utf-8 -*- class Phrase::Tool::Commands::ShowHelp < Phrase::Tool::Commands::Base def initialize(options, args) super(options, args) end def execute! show_help end private def show_help print_message < [] phrase init --secret= --default-locale= phrase push FILE [--tags=] [--locale=] phrase push DIRECTORY [--tags=] [--locale=] phrase pull [LOCALE] [--target=] [--format=] phrase --version USAGE end end