Aaronontheweb / Aaronontheweb/kit-cli

New v1.5.0 write commands missing from --help output

Open Beginner friendly
#141 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
1
Forks
0
Avg merge
5h 8m
Merged PRs (30d)
12

Description

Description

The new subscriber write commands added in v1.5.0 (via #130) are not listed in the kit subscriber --help output, making them undiscoverable. However, the commands do work when called directly without --help.

Steps to Reproduce

kit subscriber --help

Output:

Subcommands:
  list            List subscribers with filtering
  get             Get detailed subscriber information
  search          Search subscribers
  stats           Show subscriber statistics
  scores          Calculate engagement scores for subscribers
  export          Export subscribers to CSV

The following commands are absent from the list:

  • create
  • update
  • add-tag
  • remove-tag
  • unsubscribe

Workaround

The commands work when invoked directly, e.g.:

kit subscriber create
kit subscriber add-tag

Both return their usage/options output correctly.

Expected Behavior

All subcommands should appear in kit subscriber --help.

Environment

  • Kit CLI version: v1.5.0
  • Platform: Linux x64

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the subscriber command registration and help-output definition, then compare the listed read commands with the v1.5.0 write commands: create, update, add-tag, remove-tag, and unsubscribe. Done means kit subscriber --help lists all five missing commands while their existing direct usage output still works.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
cli
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Clearly specified
Newbie friendliness
78/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.