Skip to content

dev#13

Merged
jamesjohnsdev merged 4 commits into
mainfrom
dev
Jun 17, 2026
Merged

dev#13
jamesjohnsdev merged 4 commits into
mainfrom
dev

Conversation

@jamesjohnsdev

@jamesjohnsdev jamesjohnsdev commented Jun 17, 2026

Copy link
Copy Markdown
Owner
  • chore: updated gitignore
  • feat: list command defaults to show open issues only
  • feat: improved decoration on outputs

Summary by cubic

Improve CLI readability with colorized output and bold help headers. list now shows only open issues by default, with filters for closed or all issues; CI now runs CodeQL scanning.

  • New Features

    • list: defaults to open; add --all and --closed; colored IDs and state labels.
    • Output: colorized success, warnings, and neutral messages across commands; honors NO_COLOR.
    • Help/UI: bold section titles in --help; added .issues/ to .gitignore.
  • Dependencies

    • Added github.com/fatih/color (plus github.com/mattn/go-colorable, github.com/mattn/go-isatty, golang.org/x/sys) for cross-platform colors.
    • CI: added CodeQL scanning workflow using github/codeql-action and actions/checkout.

Written for commit a375e51. Summary will update on new commits.

Review in cubic

`--closed` and `--all` flags can be passed through after `issues list`
to show more than just active
- colour distinguishing for cli outputt with NO_COLOR support.
- font weights increased on subheadings withing help output
- fixes #9

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 10 files

Re-trigger cubic

@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@jamesjohnsdev
jamesjohnsdev merged commit 44480e4 into main Jun 17, 2026
4 checks passed
@jamesjohnsdev
jamesjohnsdev deleted the dev branch June 17, 2026 12:33
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