>From 42cf81761be56054a15c138ee6a64123e3a1c706 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 fd8bd19d..4ba07cea 100644 --- a/chicken-status.scm +++ b/chicken-status.scm @@ -186,13 +186,13 @@ eggs) stringsymbol egg) (if version (list version) '()))))) - (gather-eggs))) + eggs)) (define (usage code) (print #<