>From 627e43164a9afa7e52a76aa172b122a9710b591d Mon Sep 17 00:00:00 2001 From: Evan Hanson Date: Wed, 25 Jul 2018 20:17:33 +1200 Subject: [PATCH 2/4] Allow "chicken-status -list" to be used with egg name arguments This allows `chicken-status -list NAME ...` to generate output for just the named eggs (or the eggs specified by a pattern with "-match"), like we do with "-c" and "-f". The default behaviour, listing all installed eggs, remains the same when no name arguments are given. --- chicken-status.scm | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/chicken-status.scm b/chicken-status.scm index 7a0a9b2d..e361fc86 100644 --- a/chicken-status.scm +++ b/chicken-status.scm @@ -185,13 +185,13 @@ eggs) stringsymbol egg) (if version (list version) '()))))) - (gather-eggs))) + eggs)) (define (usage code) (print #<