Skip to content

Commit

Permalink
Change interface to be consistent and provide simpler descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed May 23, 2018
1 parent 6c12928 commit 7db447a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tty/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def self.help(*)
super
end

desc 'add COMMAND [SUBCOMMAND] [OPTIONS]', 'Add a command to the command line app.'
desc 'add COMMAND [SUBCOMMAND] [OPTIONS]', 'Add a command to the application'
long_desc <<-D
The `teletype add` will create a new command and place it into
appropriate structure in the cli app.
Expand Down Expand Up @@ -89,7 +89,7 @@ def add(*names)
end
end

desc 'new PROJECT_NAME [OPTIONS]', 'Create a new command line app skeleton.'
desc 'new PROJECT_NAME [OPTIONS]', 'Create a new command line app skeleton'
long_desc <<-D
The 'teletype new' command creates a new command line application
with a default directory structure and configuration at the
Expand Down

0 comments on commit 7db447a

Please sign in to comment.