Skip to content

feat: add a simple CLI.#28

Merged
osori merged 3 commits intoosori:masterfrom
groutoutlook:master
Aug 26, 2025
Merged

feat: add a simple CLI.#28
osori merged 3 commits intoosori:masterfrom
groutoutlook:master

Conversation

@groutoutlook
Copy link
Contributor

Close #27

@groutoutlook groutoutlook marked this pull request as ready for review August 24, 2025 07:53
Copilot AI review requested due to automatic review settings August 24, 2025 07:53

This comment was marked as outdated.

@groutoutlook groutoutlook requested a review from Copilot August 24, 2025 07:57
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds a command-line interface (CLI) for the Korean romanizer package to enable users to romanize Korean text directly from the terminal.

  • Adds a new CLI module with argument parsing for Korean text input
  • Configures setup.py to expose the CLI as a console script named 'kroman'

Reviewed Changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
setup.py Adds console script entry point for the CLI
korean_romanizer/cli.py Implements the main CLI functionality with argument parsing

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link
Owner

@osori osori left a comment

Choose a reason for hiding this comment

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

👏 This is a nice addition -- thanks for contributing!

],
entry_points={
'console_scripts': [
'kroman=korean_romanizer.cli:main',
Copy link
Owner

Choose a reason for hiding this comment

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

+1 on the name kroman 🙌

@osori osori merged commit acad2b6 into osori:master Aug 26, 2025
1 check 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.

Feature Request: Make a basic cli tool.

3 participants