Skip to content

Refactor: Simplify error message formatting in CLI commands#32

Merged
jancurn merged 2 commits intofeat/new-syntaxfrom
claude/fix-cicd-build-errors-BWmGW
Mar 7, 2026
Merged

Refactor: Simplify error message formatting in CLI commands#32
jancurn merged 2 commits intofeat/new-syntaxfrom
claude/fix-cicd-build-errors-BWmGW

Conversation

@jancurn
Copy link
Member

@jancurn jancurn commented Mar 7, 2026

Summary

This PR simplifies the code formatting in the CLI module by consolidating multi-line error message strings into single-line format for improved readability and consistency.

Key Changes

  • Reformatted error messages in the close command handler to use single-line string instead of multi-line concatenation
  • Reformatted error messages in the shell command handler to use single-line string instead of multi-line concatenation
  • No functional changes to error messages or command behavior

Implementation Details

The changes convert error message strings from multi-line format (split across multiple lines with line breaks) to single-line format while preserving the exact same error message content. This is a pure formatting/style improvement that makes the code more concise without altering any functionality.

https://claude.ai/code/session_01QrZyVG5ucMFTRoqQuh3iC9

@jancurn jancurn merged commit 8ec9c13 into feat/new-syntax Mar 7, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants