mirror of
https://github.com/run-llama/notebookllama.git
synced 2026-06-30 22:17:57 -04:00
[PR #30] [MERGED] refactor: separate display text from internal values in CLI options #35
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/notebookllama/pull/30
Author: @nick-galluzzo
Created: 7/12/2025
Status: ✅ Merged
Merged: 7/12/2025
Merged by: @AstraBert
Base:
main← Head:refactor/cli-option-values-separation📝 Commits (2)
72804a5refactor: separate display text from internal values in CLI optionsc680f33chore: version bump📊 Changes
3 files changed (+4 additions, -32 deletions)
View changed files
📝
pyproject.toml(+1 -1)📝
tools/cli/screens/initial.py(+3 -3)➖
tools/cli/utils.py(+0 -28)📄 Description
This PR refactors the CLI option handling to follow standard UI patterns by separating user-facing display text from internal programmatic values.
Changes Made
"With Default Settings"→"default_settings"and"With Custom Settings"→"custom_settings""With Default Settings","With Custom Settings")app.config.setup_typecomparison to use new internal valuesDefaultOrCustomAppclass fromtools/cli/utils.pyThis is a non-breaking refactoring that improves code quality without affecting user experience.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.