Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
3324a73c
Commit
3324a73c
authored
May 21, 2017
by
lyxell
Committed by
GitHub
May 21, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #664 from uberhacker/fix-no-implicit-conversion-error
Fix no implicit conversion of nul into String error
parents
7292935a
0b2ee222
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
7 deletions
+23
-7
crew
crew
+23
-7
No files found.
crew
View file @
3324a73c
...
...
@@ -534,20 +534,36 @@ when "whatprovides"
puts
"Usage: crew whatprovides [pattern]"
end
when
"download"
search
@pkgName
download
if
@pkgName
search
@pkgName
download
else
puts
"Usage: crew download [package]"
end
when
"update"
update
when
"upgrade"
upgrade
when
"install"
search
@pkgName
resolve_dependencies_and_install
if
@pkgName
search
@pkgName
resolve_dependencies_and_install
else
puts
"Usage: crew install [package]"
end
when
"build"
search
@pkgName
resolve_dependencies_and_build
if
@pkgName
search
@pkgName
resolve_dependencies_and_build
else
puts
"Usage: crew build [package]"
end
when
"remove"
remove
@pkgName
if
@pkgName
remove
@pkgName
else
puts
"Usage: crew remove [package]"
end
when
nil
puts
"Chromebrew, version 0.4.2"
puts
"Usage: crew [command] [package]"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment