]> ruderich.org/simon Gitweb - safcm/safcm.git/commit
remote: add "sync" sub-command to perform changes
authorSimon Ruderich <simon@ruderich.org>
Tue, 6 Apr 2021 09:44:47 +0000 (11:44 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 7 Apr 2021 05:48:14 +0000 (07:48 +0200)
commit77197f737073b551e216e55e30c41ebac53a0219
tree57fda21b91e4771e852a8703c8dd532e2f4cb97e
parent3b727d74f76503b1306a81318025ed7772c884c3
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.
cmd/safcm-remote/main.go
rpc/dial.go