Skip to content

feat(cli): organize flags #6269

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

Closed
wants to merge 14 commits into from
Prev Previous commit
Next Next commit
fixup! Update golden files
  • Loading branch information
ammario committed Feb 18, 2023
commit 1c669c38c6af9c1b406eb14dd596916c17d6e85d
1 change: 1 addition & 0 deletions cli/usage.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ func isWorkspaceCommand(cmd *cobra.Command) bool {
})
return ws
}

func ttyWidth() int {
_, cols, err := pty.Getsize(os.Stderr)
if err != nil {
Expand Down