sbopkg: return 0 if argument not required
This commit is contained in:
parent
207789bc7e
commit
600b0eb366
@ -29,8 +29,9 @@ _sbopkg()
|
|||||||
_filedir -d
|
_filedir -d
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
-s|-g)
|
-c|-g|-h|-k|-l|-o|-P|-p|-q|-R|-r|-s|-u|-v)
|
||||||
# argument required but no completions available
|
# argument required but no completions available
|
||||||
|
# or argument not required
|
||||||
return 0
|
return 0
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user