diff --git a/confluent_client/bin/nodestorage b/confluent_client/bin/nodestorage index cce1db57..1766b249 100644 --- a/confluent_client/bin/nodestorage +++ b/confluent_client/bin/nodestorage @@ -184,6 +184,8 @@ def main(): 'delete. Default behavior is to use ' 'implementation provided default names.') (options, args) = argparser.parse_args() + if len(args) == 1: + args.append('show') try: noderange = args[0] operation = args[1] @@ -200,4 +202,4 @@ def main(): if __name__ == '__main__': - main() \ No newline at end of file + main()