Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

tmuxp.cli.ls.CLILsNamespace

Python
  • Python
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

API reference · Markdown

class tmuxp.cli.ls.CLILsNamespace
class [source]
class [source]
class tmuxp.cli.ls.CLILsNamespace

Typed argparse.Namespace for tmuxp ls command.

Examples

>>> ns = CLILsNamespace()
>>> ns.color = "auto"
>>> ns.color
'auto'

Members

color

color : CLIColorModeLiteral
attribute [source]
attribute [source]
color

tree

tree : bool
attribute [source]
attribute [source]
tree

output_json

output_json : bool
attribute [source]
attribute [source]
output_json

output_ndjson

output_ndjson : bool
attribute [source]
attribute [source]
output_ndjson

full

full : bool
attribute [source]
attribute [source]
full
Esc

Type to search.