fish-shell/tests/invocation/features-nocaret1.invoke
ridiculousfish 8a96f283ba Allow setting feature flags on the command line
This introduces a new command line option --features which can be used for
enabling or disabling features for a particular fish session.

Examples:
  fish --features stderr-nocaret
  fish --features 3.0,no-stderr-nocaret
  fish --features all

Note that the feature set cannot be changed in an existing session.
2018-05-06 11:20:14 -07:00

1 line
94 B
Text

--features 'no-stderr-nocaret' -c 'status test-feature stderr-nocaret; echo nocaret: $status'