Commit bc9556e
committed
refactor: streamline color handling in CLI output
- Replaced the `C` function with a more descriptive `colorize` function for applying color codes in the CLI.
- Updated all instances of color application in the `cli.py` file to use the new `colorize` function for consistency and clarity.
- Removed unnecessary imports and cleaned up whitespace in `basic_usage.py` for improved readability.1 parent d615964 commit bc9556e
3 files changed
Lines changed: 115 additions & 108 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments