Skip to content

Allow the GH issue + Section as --flags and take news via stdin#45

Closed
gpshead wants to merge 16 commits intopython:mainfrom
gpshead:knights-who-say-stdin
Closed

Allow the GH issue + Section as --flags and take news via stdin#45
gpshead wants to merge 16 commits intopython:mainfrom
gpshead:knights-who-say-stdin

Conversation

@gpshead
Copy link
Member

@gpshead gpshead commented Jun 29, 2025

At a high level I wanted this feature:

  • Add automation support to blurb add command:
  • Uses cyclopts for command line parsing instead of rolling our own to reduce our code size, this changes the help format and brings in a dependency.

That led to a rabbit hole, I did the feature in the first commit without cyclopts and really wished we were using it (or the older defopt) given the decorated function pattern being used for commands already.

More code deleted than added while gaining the above features. (until pulling in #16 brought in more, but that makes things nicer anyways)

Loading
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.

4 participants