Reimplement client utility to support named parameters instead of positional · Issue #34 · uber/storagetapper · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Named parameters alllows more flexible usage of utility, for example:
./st_client add -d db1 -t t1 -c c1 -s svc1 -i mysql -o kafka -f avro -v 1
instead of fixed positional parameters:
./stcli add svc1 t1 db1 clst1 mysql kafka avro 1 "{}"
The text was updated successfully, but these errors were encountered: