V0.2.0 #4

Merged
umpire274 merged 6 commits from v0.2.0 into main 2025-10-13 13:56:27 +02:00
umpire274 commented 2025-10-13 13:49:33 +02:00 (Migrated from github.com)

[v0.2.0] - 2025-10-13

  • feat(cli): add config command with --print, --init, --edit, and --editor options
  • fix(windows): correctly handle editors with spaces in their path using Path::new(&editor_to_use)
  • refactor(cli): move command and subcommand definitions into dedicated cli.rs module
  • feat(utils): introduce utils.rs module with standard CLI icons and colored output helpers
  • docs(readme): update structure and configuration examples
  • style: minor formatting and consistency improvements across CLI output
## [v0.2.0] - 2025-10-13 - feat(cli): add `config` command with `--print`, `--init`, `--edit`, and `--editor` options - fix(windows): correctly handle editors with spaces in their path using `Path::new(&editor_to_use)` - refactor(cli): move command and subcommand definitions into dedicated `cli.rs` module - feat(utils): introduce `utils.rs` module with standard CLI icons and colored output helpers - docs(readme): update structure and configuration examples - style: minor formatting and consistency improvements across CLI output
Sign in to join this conversation.
No description provided.