File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- include : package:very_good_analysis/analysis_options.5.1 .0.yaml
1
+ include : package:very_good_analysis/analysis_options.6.0 .0.yaml
2
2
linter :
3
3
rules :
4
4
public_member_api_docs : false
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const description = 'Example for cli_completion';
10
10
/// {@template example_command_runner}
11
11
/// A [CommandRunner] for the CLI.
12
12
///
13
- /// ```
13
+ /// ```bash
14
14
/// $ example_cli --version
15
15
/// ```
16
16
/// {@endtemplate}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version: 0.0.1
4
4
publish_to : none
5
5
6
6
environment :
7
- sdk : " >=3.0 .0 <4.0.0"
7
+ sdk : " >=3.4 .0 <4.0.0"
8
8
9
9
dependencies :
10
10
args : ^2.3.1
@@ -15,7 +15,7 @@ dependencies:
15
15
dev_dependencies :
16
16
mocktail : ^1.0.0
17
17
test : ^1.25.0
18
- very_good_analysis : ^5.1 .0
18
+ very_good_analysis : ^6.0 .0
19
19
20
20
executables :
21
- example_cli:
21
+ example_cli :
You can’t perform that action at this time.
0 commit comments