Skip to content

Commit

Permalink
rm build options from help output, specify build options on build arg…
Browse files Browse the repository at this point in the history
… line
  • Loading branch information
Darwinnn committed Apr 25, 2020
1 parent f745ef6 commit 928a174
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/cli.cr
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module Shards
shards [<options>...] [<command>]
Commands:
build [<targets>] [<build_options>] - Build the specified <targets> in `bin` path.
build [<targets>] [<build_options>] - Build the specified <targets> in `bin` path, all build_options are delegated to `crystal build`.
check - Verify all dependencies are installed.
init - Initialize a `shard.yml` file.
install - Install dependencies, creating or using the `shard.lock` file.
Expand All @@ -18,9 +18,6 @@ module Shards
update [<shards>] - Update dependencies and `shard.lock`.
version [<path>] - Print the current version of the shard.
Build options:
Use "crystal build --help" to see available build options.
General options:
HELP
puts opts
Expand Down

0 comments on commit 928a174

Please sign in to comment.