mirror of
https://github.com/tmate-io/tmate.git
synced 2026-07-28 13:23:50 +00:00
Don't require -d with -x or -y since it could be in the config file.
This commit is contained in:
parent
7462c03281
commit
8ec3e5725c
1 changed files with 0 additions and 3 deletions
|
|
@ -49,9 +49,6 @@ cmd_new_session_check(struct args *args)
|
|||
{
|
||||
if (args_has(args, 't') && (args->argc != 0 || args_has(args, 'n')))
|
||||
return (-1);
|
||||
if (!args_has(args, 'd') &&
|
||||
(args_has(args, 'x') || args_has(args, 'y')))
|
||||
return (-1);
|
||||
return (0);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue