Rake - useful command line options

less than 1 minute read

1
2
3
4
5
$ rake -P
$ rake -T #display description
$ rake -T buy #display contains "buy" in name
$ rake -W buy #display path of task "buy"
$ rake -D