diff options
| author | alex.boterolowry <alex.boterolowry@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2> | 2009-11-14 01:09:59 +0000 |
|---|---|---|
| committer | alex.boterolowry <alex.boterolowry@5914aa95-5b3a-0410-a3b5-7b719e7fe9b2> | 2009-11-14 01:09:59 +0000 |
| commit | f4fb331fd967bc96fc4d62ba367e7e2f38049a64 (patch) | |
| tree | 066fce3df350e0cdd2326314db3ecb7750385fa1 /freebase/fcl | |
| parent | 0b3f2d30ca9acafb8eaf578bc78242cb35619693 (diff) | |
more complete type info
git-svn-id: http://freebase-python.googlecode.com/svn/trunk@232 5914aa95-5b3a-0410-a3b5-7b719e7fe9b2
Diffstat (limited to 'freebase/fcl')
| -rwxr-xr-x | freebase/fcl/commands.py | 2 |
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 |
