Skip to content

Conversation

@hungLink
Copy link

@hungLink hungLink commented Apr 7, 2025

Hi there! This feature would allow for a user to add the -s or --single flag and feed the script one word.

if they do, the output looks like this:

❯ ./eng_to_kana/eng_to_kana.py --single test
テスト

Instead of this:

❯ ./eng_to_kana/eng_to_kana.py test
['test']
[['テスト']]

This allows the tool to be better suited for piping and using in various bash-y toolchains.

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.

1 participant