simonsan
simonsan
https://crates.io/crates/structopt is in maintenance mode due to clap having adapted the feature set. Genie-rs should be migrated to clap.
Like so:  (src.: https://fasterthanli.me/series/dont-shell-out/part-1 )
## Current situation I initially implemented the storage model for the activity log based on the Toml file format. When we begin a new activity, we parse the log with...
**Summary:** - **Data Storage and Safety:** - Clarify data storage mechanism on project page; prefer real database like SQLite for data safety. - **Data Import:** - Support for importing existing...
This would also make it easier to integrate with 3rd party services. E.g., we could let pace sync with the GitHub issues for a repository and pull in the repository...
Either make it general directly, so we can use a different database from the get go, or implement for `SQLiteDatabaseStorage` first and then generalize after first implementation.
#### Overview The current onboarding experience for new users of the `pace` CLI tool is not as intuitive or welcoming as it could be. New users are immediately faced with...
#### Overview While the `pace craft setup` command has significantly improved the onboarding experience, there's an opportunity to enhance it further by introducing real-time validation for user inputs. This feature...
#### Overview The `pace` CLI currently lacks a comprehensive way to review and summarize time spent on various activities. Users need an intuitive command to generate a detailed report of...