mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-10 07:57:59 -05:00
Split check command into separate file (#9707)
This commit is contained in:
committed by
GitHub
parent
b062c58c21
commit
7e9c6804ce
10
lib/const.rb
10
lib/const.rb
@@ -3,7 +3,7 @@
|
||||
require 'etc'
|
||||
|
||||
OLD_CREW_VERSION ||= defined?(CREW_VERSION) ? CREW_VERSION : '1.0'
|
||||
CREW_VERSION ||= '1.57.2' unless defined?(CREW_VERSION) && CREW_VERSION == OLD_CREW_VERSION
|
||||
CREW_VERSION ||= '1.57.3' unless defined?(CREW_VERSION) && CREW_VERSION == OLD_CREW_VERSION
|
||||
|
||||
# Kernel architecture.
|
||||
KERN_ARCH ||= Etc.uname[:machine]
|
||||
@@ -330,18 +330,18 @@ CREW_DOCOPT ||= <<~DOCOPT
|
||||
Chromebrew - Package manager for Chrome OS https://chromebrew.github.io
|
||||
|
||||
Usage:
|
||||
crew build [options] [-k|--keep] [-v|--verbose] <name> ...
|
||||
crew check [options] [-V|--version] [-v|--verbose] <name> ...
|
||||
crew build [options] [-f|--force] [-k|--keep] [-v|--verbose] <name> ...
|
||||
crew check [-f|--force] <name> ...
|
||||
crew const [options] [-v|--verbose] [<name> ...]
|
||||
crew deps [options] [--deep] [-t|--tree] [-b|--include-build-deps] [--exclude-buildessential] [-v|--verbose] <name> ...
|
||||
crew download [options] [-s|--source] [-v|--verbose] <name> ...
|
||||
crew files [options] <name> ...
|
||||
crew help [options] [<command>] [-v|--verbose] [<subcommand>]
|
||||
crew install [options] [-k|--keep] [-s|--source] [-S|--recursive-build] [-v|--verbose] <name> ...
|
||||
crew install [options] [-f|--force] [-k|--keep] [-s|--source] [-S|--recursive-build] [-v|--verbose] <name> ...
|
||||
crew list [options] [-v|--verbose] (available|compatible|incompatible|essential|installed)
|
||||
crew postinstall [options] [-v|--verbose] <name> ...
|
||||
crew prop [options] [<property>]
|
||||
crew reinstall [options] [-k|--keep] [-s|--source] [-S|--recursive-build] [-v|--verbose] <name> ...
|
||||
crew reinstall [options] [-f|--force] [-k|--keep] [-s|--source] [-S|--recursive-build] [-v|--verbose] <name> ...
|
||||
crew remove [options] [-v|--verbose] <name> ...
|
||||
crew search [options] [-v|--verbose] <name> ...
|
||||
crew sysinfo [options] [-v|--verbose]
|
||||
|
||||
Reference in New Issue
Block a user