scripts: Commands warn when passed zero arguments.
authorLudovic Courtès <ludo@gnu.org>
Fri, 28 May 2021 08:53:49 +0000 (10:53 +0200)
committerLudovic Courtès <ludo@gnu.org>
Fri, 28 May 2021 09:36:02 +0000 (11:36 +0200)
commit681af1fb78a735b51dc811aed770b2948212c3fc
tree9c033b89bb1865362b0329c679eb01a677ed9499
parent7243a8c7ecf1421183d01cbd4631191a861376a4
scripts: Commands warn when passed zero arguments.

This is a followup to 3f8326237df780404c172ef4127195cc20becd66.

* guix/scripts/archive.scm (export-from-store): Warn then FILES is
empty.
* guix/scripts/build.scm (guix-build): Likewise.
* guix/scripts/copy.scm (warn-if-empty): New procedure.
(send-to-remote-host, retrieve-from-remote-host): Call it.
* guix/scripts/edit.scm (guix-edit): Warn when SPECS is empty.
* guix/scripts/environment.scm (guix-environment): Warn when MANIFEST
has zero entries.
* guix/scripts/graph.scm (guix-graph): Warn then ITEMS is empty.
* guix/scripts/package.scm (process-actions): Warn when FILES and TRANS
are both empty.
guix/scripts/archive.scm
guix/scripts/build.scm
guix/scripts/copy.scm
guix/scripts/edit.scm
guix/scripts/environment.scm
guix/scripts/graph.scm
guix/scripts/package.scm