Closed bolliger32 closed 4 years ago
Right now we have cp_gcs, sync_gcs, and rm. In addition, each one takes src, dest, and e.g. cp_flags or sync_flags. We should make this consistent and just have cp, sync, and rm. Each of which take src, dest, and flags.
cp_gcs
sync_gcs
rm
src
dest
cp_flags
sync_flags
cp
sync
flags
Description
Right now we have
cp_gcs
,sync_gcs
, andrm
. In addition, each one takessrc
,dest
, and e.g.cp_flags
orsync_flags
. We should make this consistent and just havecp
,sync
, andrm
. Each of which takesrc
,dest
, andflags
.