Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import '../../better_command_runner.dart' show BetterCommandRunner;

@Deprecated(
'This is highly use case specific and will be removed from this package in the future.')
class CommandDocumentationGenerator {
final BetterCommandRunner commandRunner;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// ignore_for_file: deprecated_member_use_from_same_package

import 'dart:async';

import 'package:args/command_runner.dart';
Expand Down