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 d973313 commit 212983dCopy full SHA for 212983d
analysis_options.yaml
@@ -1 +1 @@
1
-include: package:very_good_analysis/analysis_options.5.1.0.yaml
+include: package:very_good_analysis/analysis_options.6.0.0.yaml
lib/src/parser/completion_level.dart
@@ -31,7 +31,7 @@ class CompletionLevel {
31
/// will be taken as the completion context.
32
///
33
/// Example:
34
- /// ```
+ /// ```bash
35
/// root_command -f command1 command2 -o
36
/// ```
37
/// Consider `root_command` the cli executable and command1` a sub command
pubspec.yaml
@@ -21,4 +21,4 @@ dependencies:
21
dev_dependencies:
22
mocktail: ^1.0.0
23
test: ^1.24.6
24
- very_good_analysis: ^5.1.0
+ very_good_analysis: ">=5.1.0 <7.0.0"
0 commit comments