Documentation
¶
Overview ¶
Package export provides terminal output functions for the export command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InfoExistsWritingAsAlternative ¶
InfoExistsWritingAsAlternative reports that a file already exists and the content is being written to an alternative filename instead.
Parameters:
- cmd: Cobra command for output. Nil is a no-op.
- path: the original target path that already exists.
- alternative: the fallback path where content was written.
func Summary ¶
Summary prints what an export will (or would) do based on aggregate counters.
Parameters:
- cmd: Cobra command for output. Nil is a no-op.
- newCount: number of new files to export.
- regenCount: number of existing files to regenerate.
- skipCount: number of existing files to skip.
- lockedCount: number of locked files to skip.
- dryRun: when true, uses "Would" instead of "Will".
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.