update output

This commit is contained in:
Alexander Popov 2023-02-14 22:18:53 +03:00
parent 116ffb4d19
commit 33b729754e
Signed by: iiiypuk
GPG Key ID: D8C9B59A9F04A70C
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
---
title: "📁 Добавить директорию в текущее окно Sublime Text из терминала"
date: 2022-09-25T02:07:09+03:00
lastmod: 2023-02-14T22:18:30+03:00
draft: false
tags: [sublime-text, tips]
---
@ -18,9 +19,9 @@ tags: [sublime-text, tips]
в новом окне лежало на поверхности.
```sh
sublime_text --help | grep -i current
sublime_text --help | grep -i folder
-a or --add: Add folders to the current window
-a or --add: Add folders to the current window
```
Нужно было просто добавить аргумент `-a` или `-add`... лол)