Skip to content

Commit 8a5dc33

Browse files
committed
fix(options): add missing --autoconfigure flag
1 parent 757d10e commit 8a5dc33

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/options.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ impl OptionsRepresentable for SproutOptions {
4444
/// All the Sprout options that are defined.
4545
fn options() -> &'static [(&'static str, OptionDescription<'static>)] {
4646
&[
47+
(
48+
"autoconfigure",
49+
OptionDescription {
50+
description: "Enable Sprout Autoconfiguration",
51+
form: OptionForm::Flag,
52+
},
53+
),
4754
(
4855
"config",
4956
OptionDescription {

0 commit comments

Comments
 (0)