odoo-timesheets/src/timesheets
Jef Roosens 0204accd05
Wire up -o for stories; remove -o from status
- Extract _add_output_arg() helper; add it explicitly to summary, csv,
  and stories subparsers (removes it implicitly from status)
- _cmd_stories now honours args.output, redirecting print_stories output
  to the given file (same pattern as _cmd_summary)
- Update README with stories -o example
2026-06-02 09:31:14 +02:00
..
__init__.py feat: set up modularized version of project with testing 2026-06-02 09:31:01 +02:00
cli.py Wire up -o for stories; remove -o from status 2026-06-02 09:31:14 +02:00
config.py feat(status): add status subcommand with day and week metrics 2026-06-02 09:31:08 +02:00
joplin.py feat(joplin): add --joplin flag to fetch weekly timesheet note from Joplin 2026-06-02 09:31:02 +02:00
output.py Add --weekly flag to csv command 2026-06-02 09:31:14 +02:00
parser.py feat(parser): resolve overlapping timesheet entries 2026-06-02 09:31:11 +02:00
projects.py feat: set up modularized version of project with testing 2026-06-02 09:31:01 +02:00
status.py feat(status): add status subcommand with day and week metrics 2026-06-02 09:31:08 +02:00
utils.py feat(cli): add natural language date parsing via dateparser 2026-06-02 09:31:05 +02:00