martanne / abduco

abduco provides session management i.e. it allows programs to be run independently from its controlling terminal. That is programs can be detached - run in the background - and then later reattached. Together with dvtm it provides a simpler and cleaner alternative to tmux or screen.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implicit passthru breaks no-option listing behavior

TieDyedDevil opened this issue · comments

The passthru flag is set when stdin is not a tty. Doing this breaks the default no-option behavior to list sessions in the case where stdin is not a tty.

Perhaps the implicit passthru should be set only when stdin is not a tty and command-line arguments are present.