diff options
Diffstat (limited to 'domino-cli.thrift')
-rw-r--r-- | domino-cli.thrift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/domino-cli.thrift b/domino-cli.thrift index e21c0ec..04691ea 100644 --- a/domino-cli.thrift +++ b/domino-cli.thrift @@ -30,7 +30,7 @@ struct CLIMessage { } struct CLIResponse { - 1: string CLI_response + 1: list<string> CLI_response } service DominoClientCLI { |