Skip to content

Commit cd5ab83

Browse files
committed
Add a pager to the list command
1 parent 43aac1c commit cd5ab83

File tree

6 files changed

+276
-229
lines changed

6 files changed

+276
-229
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ local:
106106
pagination:
107107

108108
# Whether pagination is enabled.
109-
# Currently, this only applies to the projects (project:list) command.
109+
# Currently, this only applies to the "list" and the "projects" commands.
110110
enabled: true
111111

112112
updates:

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"symfony/config": "^3.1",
2222
"paragonie/random_compat": "^2.0",
2323
"ext-json": "*",
24-
"composer/ca-bundle": "^1.3"
24+
"composer/ca-bundle": "^1.3",
25+
"psy/psysh": "^0.10.12"
2526
},
2627
"suggest": {
2728
"drush/drush": "For Drupal projects"

0 commit comments

Comments
 (0)