8000 test(test_capture_pane): Remove bashism(s) by tony · Pull Request #455 · tmux-python/libtmux · GitHub
[go: up one dir, main page]

Skip to content

test(test_capture_pane): Remove bashism(s) #455

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 5, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs(common): bash -> console
  • Loading branch information
tony committed Nov 5, 2022
commit b778e039888f3a917197e33a18995a27cd4c0f37
2 changes: 1 addition & 1 deletion src/libtmux/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ class tmux_cmd:

Equivalent to:

.. code-block:: bash
.. code-block:: console

$ tmux new-session -s my session

Expand Down
0