Changeset 381


Ignore:
Timestamp:
Jan 4, 2018, 3:52:18 PM (6 years ago)
Author:
g7moreau
Message:
  • Add bash completion for option --way
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/klask.bash_completion

    r307 r381  
    2626         return 0
    2727         ;;
     28      -w|--way)
     29         COMPREPLY=($(compgen -W "all desc child parent" -- "$cur"))
     30         return 0
     31         ;;
    2832   esac
    2933
Note: See TracChangeset for help on using the changeset viewer.