Index: sdk/lib/_internal/pub/lib/src/command.dart |
diff --git a/sdk/lib/_internal/pub/lib/src/command.dart b/sdk/lib/_internal/pub/lib/src/command.dart |
index 6592736dc552a1c7949d762044df6cb7e06bfcb3..660693bf872ac5f569a9ecd8f35477bc81258356 100644 |
--- a/sdk/lib/_internal/pub/lib/src/command.dart |
+++ b/sdk/lib/_internal/pub/lib/src/command.dart |
@@ -134,8 +134,10 @@ abstract class PubCommand { |
/// parsed after a non-option argument is parsed. |
bool get allowTrailingOptions => true; |
- /// Alternate names for this command. These names won't be used in the |
- /// documentation, but they will work when invoked on the command line. |
+ /// Alternate names for this command. |
+ /// |
+ /// These names won't be used in the documentation, but they will work when |
+ /// invoked on the command line. |
final aliases = const <String>[]; |
/// The [ArgParser] for this command. |