summaryrefslogtreecommitdiff
path: root/freebase/fcl
diff options
context:
space:
mode:
Diffstat (limited to 'freebase/fcl')
-rwxr-xr-xfreebase/fcl/commands.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/freebase/fcl/commands.py b/freebase/fcl/commands.py
index d695709..1813fc0 100755
--- a/freebase/fcl/commands.py
+++ b/freebase/fcl/commands.py
@@ -249,6 +249,7 @@ def cmd_rm(fb, path):
return disconnect_object(fb.mss, path)
+@complete('path', 'path')
def cmd_mv(fb, src, dst):
"""rename srcid to dstid.
%prog mv srcid dstid
@@ -594,6 +595,7 @@ def cmd_touch(fb):
fb.mss.mqlflush()
+@complete('path', 'path', None)
def cmd_pset(fb, id, propkey, val, oldval=None, extra=None):
"""set a property of a freebase object -- EXPERIMENTAL
%prog pset object_id property_id value