diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2023-11-21 10:04:14 +0100 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2023-11-21 10:04:14 +0100 |
| commit | b69e0a12c19d878c9d0ff963a732275c6e226fa6 (patch) | |
| tree | d44db0da9b5ba9f09b0158eae63c5e4e68d0df16 | |
| parent | 51f6897ef82098e68a37c2f931c870e2a9c8a974 (diff) | |
Minor changes
| -rw-r--r-- | clusterman/__main__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clusterman/__main__.py b/clusterman/__main__.py index dc97c4f..738721c 100644 --- a/clusterman/__main__.py +++ b/clusterman/__main__.py @@ -61,6 +61,7 @@ def main(): node.ls() elif args.command == "exec": use_key=not args.login + exit(0) if args.group: node.exec(args.cmd,args.group,use_key) else: |
