Rename the remote command-line client to mytk#99
Merged
Conversation
mytk
The remote CLI is the one general tool to probe/--list/--browse/--discover and drive any RemoteControllable app. Rename its console script from `mytk-remote` to `mytk`. The short-lived `mytk-remote` name (introduced in 1.7.0) is dropped entirely — no alias — and all references (docstrings, the server thread name, tests) are updated for consistency. `python -m mytk --remote` still works. Behavior, flags, syntax and exit codes are unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Scoped to the general command-line tool only. Earlier downstream-app plumbing (
remote_cli,install_command_on_path,App.add_file_menu_command) was removed.What this does
Renames the remote command-line client's console script from
mytk-remotetomytk— the one general tool to probe,--list,--browse,--discover, and drive anyRemoteControllableapp.The
mytk-remotename (introduced in 1.7.0) is dropped entirely — no compatibility alias. All references (docstrings, the server thread name, tests) are updated so nothing points at the old name.python -m mytk --remotestill works.Scope
pyproject.toml(console script),mytk/remotecli.py(docstring +main()),mytk/remote.py+mytk/remotecontrollable.py(doc/thread-name references),mytk/tests/testRemoteDiscovery.py(test labels),CHANGELOG.md.Compatibility
mytk-remoteno longer exists (it shipped only in 1.7.0). Usemytkorpython -m mytk --remote.🤖 Generated with Claude Code