Documentation
¶
Overview ¶
Package archive implements the ctx task archive subcommand.
It moves completed tasks from TASKS.md to a timestamped archive file, leaving pending tasks in place.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Cmd ¶
Cmd returns the tasks archive subcommand.
The archive command moves completed tasks (marked with [x]) from TASKS.md to a timestamped archive file in .context/archive/. Pending tasks ([ ]) remain in TASKS.md.
Flags:
- --dry-run: Preview changes without modifying files
Returns:
- *cobra.Command: Configured archive subcommand
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.