command_kit-completion 0.1.2
Adds a rake task that generates shell completion rules for a command_kit CLI. The rake task loads the CLI class and uses the 'completely' library to generate shell completion rules.
          Gemfile:
          =
        
        
          install:
          =
        
      Runtime Dependencies (2):
            command_kit
            ~> 0.1
          
          
            completely
            ~> 0.6
          
    Development Dependencies (1):
            bundler
            ~> 2.0
          
    