Skip to content

Commit

Permalink
complete options to rails profiler (--runs --output --metrics --formats)
Browse files Browse the repository at this point in the history
  • Loading branch information
jweslley committed Oct 24, 2012
1 parent 6793a5d commit df1e397
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rails.bash
Expand Up @@ -225,8 +225,8 @@ _rails_profiler(){
_get_comp_words_by_ref cur

case "$cur" in
-*) __railscomp "--help" ;;
*) __railscomp "flat graph graph_html"
-*) __railscomp "--help --runs --output --metrics --formats" ;;
*) COMPREPLY=() ;;
esac
}

Expand Down

0 comments on commit df1e397

Please sign in to comment.