From b15dbf4cd5f2a7fedcf43310e4e09609e80ce944 Mon Sep 17 00:00:00 2001 From: Poapfel Date: Sat, 10 Nov 2012 21:03:33 +0100 Subject: [PATCH] Added platform command to bundler completions --- src/_bundle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/_bundle b/src/_bundle index ab0657e..3c38e01 100644 --- a/src/_bundle +++ b/src/_bundle @@ -37,7 +37,8 @@ case $state in "viz[Generate a visual representation of your dependencies]" \ "init[Generate a simple Gemfile, placed in the current directory]" \ "gem[Create a simple gem, suitable for development with bundler]" \ - "help[Describe available tasks or one specific task]" + "help[Describe available tasks or one specific task]" \ + "platform[Displays platform compatibility information]" ret=0 ;; args)