Commit 046733e
fix: correct DefaultValue type for MinRelevance parameter
Fix type mismatch between DefaultValue(0.3) double and float property.
Spectre.Console.Cli SingleConverter requires exact type match.
Changed: DefaultValue(0.3) → DefaultValue(0.3f)
🤖 Generated with [Amplifier](https://github.com/microsoft/amplifier)
Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com>1 parent e727719 commit 046733e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments