cmd_current which calls cmd_list doesn't print newline after showing desks.
- Dominant language
- Shell
- Stars
- 2.6k
- Forks
- 113
- PR merge metrics
- No merged PRs in 30d
Description
```
~ λ desk
No desk activated.
dart
rest ~ λ desk list
dart
rest
~ λ desk
No desk activated.
dart
rest ~ λ
```
```
~ λ desk --version
◲ desk 0.6.0
```
Probably doesn't need to be noted but my prompt is `~ λ `.
Looked at `desk`, but didn't understand why it does this if it's just calling `cmd_list`.
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the output shown for `desk` and `desk list`, then inspect the `cmd_current` and `cmd_list` entry points mentioned in the issue. Determine why the current command omits a trailing newline when it calls the list command; done means the displayed desks are followed by a newline without changing the listed content.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100