Commit Graph
3583 Commits
Author SHA1 Message Date
Markus ReiterandGitHub 81b6623774 Merge pull request #5668 from GauthamGoli/update-report-quiet-arg
cmd/update: Add quiet flag
2019-02-04 17:55:11 +01:00
Gautham Goli ff4544eebd cmd/update: Add quiet flag 2019-02-04 15:06:06 +01:00
Gautham Goli ba057ad239 Fixes #5663 2019-02-04 08:40:05 +01:00
Mike McQuaid 267d721988 Note HOMEBREW_NO_INSTALL_CLEANUP in the help/manual 2019-02-03 09:34:00 +01:00
Mike McQuaid 4101bfda81 update-reset: avoid hanging on shallow-since.
For some reason this seems to hang when there's been no commits since
the latest tag. Not a problem in `brew update`.
2019-02-02 18:34:44 +01:00
Reto KromerandGitHub 15403183f2 fix typo 2019-01-31 20:33:16 +01:00
Mike McQuaid fd4e45c688 lines_spec: fix a typo. 2019-01-30 21:59:55 +00:00
Mike McQuaid 6cb7a00f2d cmd: remove --help headers and tweak docs. 2019-01-30 21:39:28 +00:00
Mike McQuaid 96c1dffb71 vendor-install: improve --help formatting. 2019-01-30 21:38:46 +00:00
Mike McQuaid 172326a0cf update: improve --help formatting. 2019-01-30 21:38:46 +00:00
Mike McQuaid 2b285f23c2 update-reset: improve --help formatting. 2019-01-30 21:38:45 +00:00
Mike McQuaid 2a676dd94c shellenv: improve --help formatting. 2019-01-30 21:38:45 +00:00
Mike McQuaid 04f3ca78c0 update-report: use CLI::Parser. 2019-01-30 21:38:45 +00:00
Mike McQuaid 9144625940 log: use CLI::Parser. 2019-01-30 21:38:45 +00:00
Mike McQuaid dbd8de7148 --version: use CLI::Parser. 2019-01-30 21:38:45 +00:00
Mike McQuaid 7b90539943 --repository: use CLI::Parser. 2019-01-30 21:38:45 +00:00
Mike McQuaid b521ba0c7a --prefix: use CLI::Parser. 2019-01-30 21:38:44 +00:00
Mike McQuaid 515d4c023d --env: use CLI::Parser. 2019-01-30 21:38:44 +00:00
Mike McQuaid 93799ba71a --cellar: use CLI::Parser. 2019-01-30 21:38:44 +00:00
Mike McQuaid 8fca70e76b --cache: use CLI::Parser. 2019-01-30 21:38:44 +00:00
Mike McQuaid 51a260cf1c deps: accept formula options.
Also, cleanup usage of `<formula>`.

As requested in comments of #5587.
2019-01-30 13:18:02 +00:00
Mike McQuaid 867b155479 Add missing conflicts to command options. 2019-01-29 19:39:41 +00:00
Mike McQuaid 9eabcdad7d Make install/reinstall/upgrade options more consistent. 2019-01-29 19:25:59 +00:00
Gautham GoliandMike McQuaid 22c2b06fa5 cmd/upgrade: Use CLI::Parser to parse args 2019-01-29 16:58:44 +00:00
Mike McQuaidandGitHub 3bdc4c294d Merge pull request #5201 from GauthamGoli/fetch-args
fetch: Use CLI::Parser to parse args
2019-01-29 14:11:36 +00:00
Mike McQuaidandGitHub 618f75c071 Merge pull request #5619 from GauthamGoli/install-args
install: Use CLI::Parser to parse args
2019-01-29 14:11:22 +00:00
Gautham Goli c3ba863a30 cmd/install: Add description for --fetch-HEAD option 2019-01-29 18:35:22 +05:30
Mike McQuaid fe8f3218d3 cmd/fetch: add missing --build-bottle argument. 2019-01-29 11:35:41 +00:00
Gautham GoliandMike McQuaid a6a3ed1cee fetch: Use CLI::Parser to parse args 2019-01-29 11:35:40 +00:00
Mike McQuaid 36016f18a8 cmd/install: fix style. 2019-01-29 09:38:20 +00:00
Mike McQuaid 24eb8e8e54 Remove (now) unused invalid_option_names.
This is handled by `OptionParser` now instead in `cmd/install`.
2019-01-29 08:31:45 +00:00
Mike McQuaid fd74ce2de6 cmd: remove misrendered markdown link. 2019-01-29 08:31:10 +00:00
Mike McQuaid 9126a5cf8d cmd/install: fix missing formula handling. 2019-01-29 08:30:22 +00:00
Mike McQuaid 1226470b07 cmd/install: tweak formula option code/output. 2019-01-29 08:30:07 +00:00
Mike McQuaid 5a95d80b5e cmd/install: fix --keep-tmp description. 2019-01-29 08:29:39 +00:00
Mike McQuaid 5084831a2b vendor-install: use Mavericks portable Ruby.
This is not universal so is smaller (8MB vs 12MB). It also performs
5-10% faster at:
https://rubybench.org/ruby/ruby/releases?result_type=array_sample_100k___50k
2019-01-27 13:24:40 +00:00
Gautham Goli b40579f69a install: Use CLI::Parser to parse args 2019-01-27 18:24:33 +05:30
Mike McQuaidandGitHub 9b5ab7fbb7 Merge pull request #5598 from MikeMcQuaid/odeprecated-odisabled
Update deprecations and cleanup
2019-01-27 12:13:26 +00:00
Mike McQuaidandGitHub 2dce15e9e2 Merge pull request #5590 from GauthamGoli/search-args-docs
search: Add descriptions to option declarations
2019-01-24 12:44:37 +00:00
Mike McQuaidandGitHub 51f3dd315b Merge pull request #5589 from GauthamGoli/gist-logs-args
gits-logs: Use CLI::Parser to parse args
2019-01-24 12:44:28 +00:00
Mike McQuaidandGitHub b4d02d0e2b Merge pull request #5587 from GauthamGoli/deps-args
deps: Use CLI::Parser to parse args
2019-01-24 12:44:14 +00:00
Mike McQuaid eed1444d61 Update deprecations and cleanup
- Move `odeprecated` to `odisabled`
- Remove `odisabled`
- Enable automatic cleanup on install/reinstall/upgrade.
2019-01-23 21:57:40 +00:00
Mike McQuaid e43d400fd2 gist-logs: add missing install require.
Fixes #5586
2019-01-23 08:37:28 +00:00
Gautham Goli e2e4f93f06 search: Add descriptions to option declarations 2019-01-23 10:14:31 +05:30
Gautham Goli 382b5447d8 gits-logs: Use CLI::Parser to parse args 2019-01-23 09:20:49 +05:30
Gautham Goli 7b6d1f774d deps: Use CLI::Parser to parse args 2019-01-23 08:34:24 +05:30
Mike McQuaidandGitHub 6899478901 Merge pull request #5567 from GauthamGoli/command-args
command: Use CLI::Parser to parse args
2019-01-22 14:02:57 +00:00
Gautham GoliandGitHub 66ed68f4eb Merge pull request #5576 from GauthamGoli/sh-args
sh: Use CLI::Parser to parse args
2019-01-22 19:00:03 +05:30
Gautham GoliandGitHub aea6bb78f2 Merge pull request #5569 from GauthamGoli/config-args
config: Use CLI::Parser to parse args
2019-01-22 18:59:38 +05:30
Gautham GoliandGitHub 4cf2bd2269 Merge pull request #5568 from GauthamGoli/commands-args
commands: Use CLI::Parser to parse args
2019-01-22 18:59:01 +05:30