about summary refs log tree commit diff
path: root/Completion/Unix/Command/_quilt
blob: 8c34c49b1cd90bb34c94277fd87793991e8e68cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#compdef quilt

_arguments \
  '--trace' \
  '--quiltrc:config file:_files' \
  '--version' \
  ':quilt command:(add files import previous setup annotate fold mail push
    snapshot applied fork new refresh top delete graph next remove unapplied
    diff grep patches rename upgrade edit header pop series)' \
  '*::file:_files'