class Icomoon::Cli::Exec::Help

Public Instance Methods

run() click to toggle source
# File lib/icomoon/cli/exec/help.rb, line 9
        def run
          puts <<~STRING
            Usage: icomoon command [...options]

            Run `icomoon command help` to get help about specific command.

            Commands:
              - help      Displays this help text.
              - init      Initializes and configures Icomoon.
          STRING
        end