Implemented get-target CLI command

Change-Id: I56fd0fcdbb4c554983d3aa251ab48802e684a3e1
diff --git a/setup.cfg b/setup.cfg
index 5e63e23..eb46ba6 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -54,6 +54,7 @@
     push = trsync.cmd.cli:PushCmd
     symlink = trsync.cmd.cli:SymlinkCmd
     remove = trsync.cmd.cli:RemoveCmd
+    get-target = trsync.cmd.cli:GetTargetCmd
 
 [global]
 setup-hooks =