Develop#42
Closed
EiJackGH wants to merge 10 commits intopalette-cli-ux-enhancement-18424718808937523864from
Closed
Develop#42EiJackGH wants to merge 10 commits intopalette-cli-ux-enhancement-18424718808937523864from
EiJackGH wants to merge 10 commits intopalette-cli-ux-enhancement-18424718808937523864from
Conversation
- Implement `argparse` to allow configuring simulation parameters (`--days`, `--initial-cash`, etc.) - Add `--quiet` flag to suppress daily output for cleaner logs. - Add `--no-color` flag to disable ANSI codes for accessibility. - Update `Colors` class to support disabling. - Add `test_simulation.py` with proper unit tests. - Update `.gitignore` to exclude `__pycache__` and `*.pyc`. - Update `.Jules/palette.md` with UX learnings. 🎨 Palette: Make CLI intuitive and accessible. Co-authored-by: EiJackGH <172181576+EiJackGH@users.noreply.github.com>
Co-authored-by: EiJackGH <172181576+EiJackGH@users.noreply.github.com>
- Implements `argparse` to allow custom simulation parameters. - Adds `--quiet` flag to suppress daily ledger output. - Adds `--no-color` flag to disable ANSI color codes for accessibility. - Updates `README.md` with usage instructions. - Adds `test_bitcoin_trading.py` for unit and integration testing. - Updates `.gitignore` to exclude Python cache files. Co-authored-by: EiJackGH <172181576+EiJackGH@users.noreply.github.com>
…900321519029465 🎨 Palette: Add CLI arguments and accessibility flags
…86709458003954 🎨 Palette: CLI Accessibility & Usability Upgrade
…7451448044310532 🎨 Palette: CLI Arguments & Accessibility Improvements
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.
No description provided.