We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c29f92 commit d62674fCopy full SHA for d62674f
src/core/options.rs
@@ -13,6 +13,7 @@ impl Options {
13
let mut options = Options::default();
14
options.opts.insert("pipefail".to_string(), false);
15
options.opts.insert("noglob".to_string(), false);
16
+ options.opts.insert("posix".to_string(), false); //TODO: still dummy
17
options
18
}
19
0 commit comments