mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 23:04:22 +08:00
cc7618985a
fixes #6470
6 lines
151 B
Fish
6 lines
151 B
Fish
# RUN: %fish %s
|
|
argparse r-require= -- --require 2>/dev/null ; echo $status
|
|
# CHECK: 2
|
|
argparse r-require= -- --require 2>&- ; echo $status
|
|
# CHECK: 2
|