zi dclear
Summary
Section titled “Summary”Clear the session investigation report without reverting any changes. Resets the tracking data accumulated since zi dstart.
Syntax / Usage
Section titled “Syntax / Usage”zi dclearNo arguments.
Details
Section titled “Details”Discards the accumulated session report from the current investigation window without undoing the recorded changes. After dclear, zi dreport will show an empty report and zi dunload will have nothing to revert. Use this when you want to start tracking fresh without stopping and restarting with dstop/dstart, or when you simply want to discard the report without reverting.
Examples
Section titled “Examples”zi dstartsource ~/script-a.zshzi dclear # discard report for script-asource ~/script-b.zshzi dreport # only shows changes from script-bzi dstopSee Also
Section titled “See Also”- cmd-dstart
- cmd-dstop
- cmd-dreport
- cmd-dunload