diff --git a/example/analysis_options.yaml b/example/analysis_options.yaml index fa798a8..3a6b5d4 100644 --- a/example/analysis_options.yaml +++ b/example/analysis_options.yaml @@ -1,4 +1,4 @@ -include: package:very_good_analysis/analysis_options.5.1.0.yaml +include: package:very_good_analysis/analysis_options.6.0.0.yaml linter: rules: public_member_api_docs: false diff --git a/example/lib/src/command_runner.dart b/example/lib/src/command_runner.dart index 28786fe..81efbf0 100644 --- a/example/lib/src/command_runner.dart +++ b/example/lib/src/command_runner.dart @@ -10,7 +10,7 @@ const description = 'Example for cli_completion'; /// {@template example_command_runner} /// A [CommandRunner] for the CLI. /// -/// ``` +/// ```bash /// $ example_cli --version /// ``` /// {@endtemplate} diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 1c5e26d..d3a9574 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -4,7 +4,7 @@ version: 0.0.1 publish_to: none environment: - sdk: ">=3.0.0 <4.0.0" + sdk: ">=3.4.0 <4.0.0" dependencies: args: ^2.3.1 @@ -15,7 +15,7 @@ dependencies: dev_dependencies: mocktail: ^1.0.0 test: ^1.25.0 - very_good_analysis: ^5.1.0 + very_good_analysis: ^6.0.0 executables: - example_cli: \ No newline at end of file + example_cli: