diff --git a/grum/rpc/rpcclient.py b/grum/rpc/rpcclient.py index 180e032..0b4ca8e 100644 --- a/grum/rpc/rpcclient.py +++ b/grum/rpc/rpcclient.py @@ -16,4 +16,8 @@ class RPCClient(xrc.ServerProxy): return head + help + def __dir__(self): + return super().__dir__() + self.utils.info().keys() + +