Skip to content

Conversation

@skoudoro
Copy link
Collaborator

Small PR to fix CLI name.

fix #97

@codecov
Copy link

codecov bot commented Jan 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 59.76%. Comparing base (f2188f7) to head (5593a28).
⚠️ Report is 4 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #98   +/-   ##
=======================================
  Coverage   59.76%   59.76%           
=======================================
  Files          12       12           
  Lines        2411     2411           
=======================================
  Hits         1441     1441           
  Misses        970      970           
Flag Coverage Δ
unittests 59.76% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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 renames the CLI commands from tff_* to trx_* to align with the project name and improve consistency with the C wrapper CLI, addressing issue #97. The changes also simplify some command names by removing redundant "trx" from the middle or end of command names (e.g., tff_generate_trx_from_scratchtrx_generate_from_scratch).

Changes:

  • Renamed unified CLI from tff to trx
  • Renamed all standalone commands from tff_* prefix to trx_* prefix
  • Simplified two command names by removing redundant "trx" substring
  • Updated all tests, documentation, and examples to reflect the new naming

Reviewed changes

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

Show a summary per file
File Description
pyproject.toml Updated script entry points from tff* to trx* commands
trx/cli.py Renamed Typer app from "tff" to "trx" and updated all standalone command names
trx/tests/test_cli.py Updated test methods and script_runner calls to use new trx* command names
docs/source/scripts.rst Updated documentation to reflect new CLI names and command examples
README.md Updated README examples to use new trx CLI and command names

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@arokem
Copy link
Collaborator

arokem commented Jan 28, 2026

@copilot open a new pull request to apply changes based on the comments in this thread

Copy link
Collaborator

@arokem arokem left a comment

Choose a reason for hiding this comment

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

Looks good, except those two trk/trx cases that copilot found.

@skoudoro
Copy link
Collaborator Author

Looks good, except those two trk/trx cases that copilot found.

Thanks, fixed

@arokem arokem merged commit 384d3c7 into tee-ar-ex:master Jan 29, 2026
16 checks passed
@skoudoro skoudoro deleted the rename-cli branch January 29, 2026 04:50
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.

Renaming CLI ttf_* to trx_* ?

2 participants