Skip to content

Commit

Permalink
descriptions for all rake tasks
Browse files Browse the repository at this point in the history
I want to see them all in the task list.
  • Loading branch information
ymendel committed Aug 12, 2012
1 parent 6d7d75d commit 0b9232d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Rakefile
Expand Up @@ -2,7 +2,7 @@ require 'rake'

task :default => 'install'

desc "Hook our dotfiles into system-standard positions."
desc "Hook dotfiles into system-standard positions."
task :install, :mode do |t, args|
linkables = Dir.glob('*/**{.symlink}')

Expand Down Expand Up @@ -43,6 +43,7 @@ task :install, :mode do |t, args|
end
end

desc "Remove dotfiles from system-standard positions."
task :uninstall do
Dir.glob('**/*.symlink').each do |linkable|

Expand All @@ -61,6 +62,7 @@ task :uninstall do
end
end

desc "Hook scripts into system-standard positions."
task :install_scripts, :mode do |t, args|
script_dir = "#{ENV["HOME"]}/Library/Scripts"

Expand Down

0 comments on commit 0b9232d

Please sign in to comment.