Commit fe4353e
Allow --no-pager flag for all systemctl subcommands (#100)
* Fix connection key mismatch between Go and fawdy2
Return bare hostname as `key` in connect response so fawdy2 uses it
for subsequent command lookups, instead of constructing user@host:port
which doesn't match Go's internal connection map.
Co-Authored-By: Claude Opus 4.6 <[email protected]>
* Allow --no-pager flag for all systemctl subcommands
The --no-pager flag is a global systemctl option useful in non-interactive
contexts. It was only allowed for systemctl_status but rejected for
list-units, show, is-active, and is-enabled.
Co-Authored-By: Claude Opus 4.6 <[email protected]>
---------
Co-authored-by: Claude Opus 4.6 <[email protected]>1 parent 59483de commit fe4353e
File tree
5 files changed
+7
-2
lines changed- control
- manifest/manifests
5 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
151 | 152 | | |
152 | 153 | | |
153 | 154 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
0 commit comments