Skip to content

feat: add --description-file flag and warn on literal \n sequences#134

Closed
schpetbot wants to merge 1 commit intomainfrom
schpetbot-pr-124d1fb1
Closed

feat: add --description-file flag and warn on literal \n sequences#134
schpetbot wants to merge 1 commit intomainfrom
schpetbot-pr-124d1fb1

Conversation

@schpetbot
Copy link
Collaborator

feat: add --description-file flag and warn on literal \n sequences

Fixes #133

Adds support for reading issue descriptions from files via
--description-file flag in both issue create and issue update commands.

Also adds detection and warning when descriptions contain literal
escaped newlines (\n as two characters) that won't render as line
breaks, providing guidance on proper multiline syntax.

Changes:

  • Add --description-file flag to issue create/update commands
  • Add validation to prevent using both --description and --description-file
  • Add warnIfLiteralEscapedNewlines() to detect improper shell escaping
  • Update skill documentation via generate-docs script
  • Update test snapshots for new help output

@schpetbot schpetbot force-pushed the schpetbot-pr-124d1fb1 branch from 82ca955 to 91fc3f3 Compare February 11, 2026 21:29
@schpetbot schpetbot force-pushed the schpetbot-pr-124d1fb1 branch from 91fc3f3 to 11826a8 Compare February 12, 2026 16:13
@schpet schpet closed this Feb 12, 2026
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.

Improve multiline Markdown handling for --description

2 participants