Documentation
¶
Overview ¶
Package del provides the `codexsm delete` command.
Index ¶
- func InteractiveConfirmDelete(cmd *cobra.Command, count int, hard bool) (bool, error)
- func NewCommand(resolveSessionsRoot func() (string, error), ...) *cobra.Command
- func PrintDeletePreview(cmd *cobra.Command, candidates []session.Session, hard bool, ...)
- func PrintDeleteSummary(cmd *cobra.Command, s session.DeleteSummary)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
func NewCommand( resolveSessionsRoot func() (string, error), resolveTrashRoot func() (string, error), resolveLogFile func() (string, error), runtimeAuditSink usecase.AuditSink, nowFn func() time.Time, ) *cobra.Command
NewCommand builds the delete command.
func PrintDeletePreview ¶
func PrintDeleteSummary ¶
func PrintDeleteSummary(cmd *cobra.Command, s session.DeleteSummary)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.