mirror of
https://github.com/TangentFoxy/argparse.git
synced 2025-07-28 02:52:20 +00:00
Fix bash completion error
This commit is contained in:
@@ -31,7 +31,7 @@ _comptest() {
|
||||
return 0
|
||||
;;
|
||||
-f|--files)
|
||||
COMPREPLY=($(compgen -f "$cur"))
|
||||
COMPREPLY=($(compgen -f -- "$cur"))
|
||||
return 0
|
||||
;;
|
||||
esac
|
||||
|
Reference in New Issue
Block a user