Skip to content

Commit

Permalink
Add alias for generate
Browse files Browse the repository at this point in the history
  • Loading branch information
hopsoft committed May 17, 2024
1 parent 5c19892 commit 2a64836
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/containers/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ class CLI < Thor
Dir["commands/**/*.rb", base: __dir__].each { |f| require_relative f }

desc "generate", "Commands used to generate files for the project"
long_desc "Also aliased as `init`"
subcommand "generate", Generator::CLI
map "init" => :generate

protected

Expand Down

0 comments on commit 2a64836

Please sign in to comment.