From: Simon Ruderich Date: Tue, 6 Apr 2021 09:44:47 +0000 (+0200) Subject: remote: add "sync" sub-command to perform changes X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;ds=inline;h=77197f737073b551e216e55e30c41ebac53a0219;hp=77197f737073b551e216e55e30c41ebac53a0219;p=safcm%2Fsafcm.git remote: add "sync" sub-command to perform changes Performing the changes when no command line arguments were given became problematic in ddd21f0 (remote: add ainsl sub-command ("append if no such line"), 2021-04-04). With "ainsl" as sub-command a user might be tempted to run the helper manually to test it. But running it without any arguments causes it to hang (waiting for commands from stdin) which is confusing. Instead, use the new separate "sync" sub-command to perform the changes and abort when no sub-command is given. ---