# frozen_string_literal: true Pry::Commands.create_command 'h' do description 'Show application specific help (if any are defined): h ARG' end