fixed 'new' command setting group name instead of session name
This commit is contained in:
parent
8b00f58fde
commit
7f5ad2fd1b
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ pub fn new(pargs: &mut Arguments) {
|
|||
|
||||
// run command
|
||||
new
|
||||
.group_name(title)
|
||||
.session_name(title)
|
||||
.attach()
|
||||
.start_directory(target_dir.unwrap_or(current_dir().unwrap().to_string_lossy().to_string()))
|
||||
.output().ok();
|
||||
|
|
Loading…
Reference in a new issue