mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 07:43:18 +08:00
c2f6c6c1d2
darcs-hash:20060301165347-ac50b-3df9feec60dd9860e0988396d10b550a501f6802.gz
15 lines
877 B
Fish
15 lines
877 B
Fish
complete -c python -s c -x -d (N_ "Execute argument as command")
|
|
complete -c python -s d -d (N_ "Debug on")
|
|
complete -c python -s E -d (N_ "Ignore environment variables")
|
|
complete -c python -s h -d (N_ "Display help and exit")
|
|
complete -c python -s i -d (N_ "Interactive mode after executing commands")
|
|
complete -c python -s O -d (N_ "Enable optimizations")
|
|
complete -c python -s Q -x -a "old new" -d (N_ "Division control")
|
|
complete -c python -s S -d (N_ "Disable import of site module")
|
|
complete -c python -s t -d (N_ "Warn on mixed tabs and spaces")
|
|
complete -c python -s u -d (N_ "Unbuffered input and output")
|
|
complete -c python -s v -d (N_ "Verbose mode")
|
|
complete -c python -s V -d (N_ "Display version and exit")
|
|
complete -c python -s W -x -d (N_ "Warning control") -a "ignore default all module once error"
|
|
complete -c python -s x -d (N_ "Ignore first line of input")
|