We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7aae5 commit 5ceba30Copy full SHA for 5ceba30
tmuxp/cli.py
@@ -380,7 +380,7 @@ def command_load(args):
380
if config.in_cwd():
381
configfile = config.in_cwd()[0]
382
else:
383
- print('No tmuxp configs found in current directory.')
+ sys.exit('No tmuxp configs found in current directory.')
384
385
configfile = args.config
386
file_user = os.path.join(config_dir, configfile)
0 commit comments