Documentation
¶
Overview ¶
Package merge implements the ctx pad merge subcommand.
It merges entries from one or more external pad files into the current pad.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Cmd ¶
Cmd returns the pad merge subcommand.
Returns:
- *cobra.Command: Configured merge subcommand
func Run ¶
Run reads entries from input files, deduplicates against the current pad, and writes the merged result.
Parameters:
- cmd: Cobra command for output
- files: Input file paths to merge
- keyFile: Optional path to key file (empty = use project key)
- dryRun: If true, print summary without writing
Returns:
- error: Non-nil on read/write failures
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.