diff --git a/cmd/args.go b/cmd/args.go index 7a86248..c3b359a 100644 --- a/cmd/args.go +++ b/cmd/args.go @@ -136,6 +136,7 @@ func argsRpcClient(proto string, endpoint string) func(cmd *cobra.Command, args func(cmd *cobra.Command, args []string) (err error) { switch { case rpcClient.Endpoint != "": + case rpcClient.Filter != "": case endpoint == "": rpcClient.UseEpm = true default: