Skip to content

refactor: use output.py in list_cmd.py instead of importing typer directly#95

Merged
raiderrobert merged 1 commit into
mainfrom
refactor/55/output-in-list-cmd
May 15, 2026
Merged

refactor: use output.py in list_cmd.py instead of importing typer directly#95
raiderrobert merged 1 commit into
mainfrom
refactor/55/output-in-list-cmd

Conversation

@raiderrobert
Copy link
Copy Markdown
Owner

Closes #55

  • Import typer at module level in list_cmd.py instead of inside functions
  • Add output.styled() helper to output.py for reuse
  • Use NAPOLN_DIR constant for project manifest path

…ectly

Closes #55

- Import typer at module level in list_cmd.py instead of inside functions
- Add output.styled() helper to output.py for reuse
- Use NAPOLN_DIR constant for project manifest path
@raiderrobert raiderrobert force-pushed the refactor/55/output-in-list-cmd branch from 56e0213 to c05f6ba Compare May 15, 2026 02:34
@raiderrobert raiderrobert merged commit 6397090 into main May 15, 2026
5 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.

refactor: use output.py in list_cmd.py instead of importing typer directly

1 participant