mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 17:10:17 +00:00
fix(options): add missing --autoconfigure flag
This commit is contained in:
@@ -44,6 +44,13 @@ impl OptionsRepresentable for SproutOptions {
|
|||||||
/// All the Sprout options that are defined.
|
/// All the Sprout options that are defined.
|
||||||
fn options() -> &'static [(&'static str, OptionDescription<'static>)] {
|
fn options() -> &'static [(&'static str, OptionDescription<'static>)] {
|
||||||
&[
|
&[
|
||||||
|
(
|
||||||
|
"autoconfigure",
|
||||||
|
OptionDescription {
|
||||||
|
description: "Enable Sprout Autoconfiguration",
|
||||||
|
form: OptionForm::Flag,
|
||||||
|
},
|
||||||
|
),
|
||||||
(
|
(
|
||||||
"config",
|
"config",
|
||||||
OptionDescription {
|
OptionDescription {
|
||||||
|
|||||||
Reference in New Issue
Block a user