~ubuntu-branches/debian/sid/gtg/sid

« back to all changes in this revision

Viewing changes to gtcli_bash_completion

  • Committer: Package Import Robot
  • Author(s): Luca Falavigna
  • Date: 2013-05-05 14:23:30 UTC
  • mfrom: (17.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130505142330-a1lmq91yf5ld4zoq
Tags: 0.3-2
* Upload to unstable.
* debian/control:
  - Use canonical URIs for VCS fields
* debian/install:
  - Install bash-completion script.
* debian/links:
  - gtcli link must point to gtcli, not gtg.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
        if [ $COMP_CWORD -eq 1 ]; then
32
32
            COMPREPLY=( $( compgen -W '-h  --help new show  edit  delete list
33
 
            count postpone close' -- $cur ) )
 
33
            count postpone close search' -- $cur ) )
34
34
        else
35
35
            _filedir '@(rar|RAR)'
36
36
                fi