tiny.smg.command.scan
Defined in command.
API (15)
Actions
Public operations.
changedFilesrefreshAbsentLinerefreshChangedLinerefreshMatchedLinerefreshStartLinerenderJsonrenderTextrun
Namespaces
Public namespaces.
Source
Source: tools/smg/src/command/root.zig:19
zig
pub const scan = @import("scan/root.zig");Source: tools/smg/src/command/scan/root.zig
zig
pub const changed = @import("changed.zig");pub const command = @import("command.zig");pub const counts = @import("counts.zig");pub const hints = @import("hints.zig");pub const json = @import("json.zig");pub const progress = @import("progress.zig");pub const text = @import("text.zig");pub const changedFiles = changed.files;pub const run = command.run;pub const renderJson = json.render;pub const renderText = text.render;pub const refreshAbsentLine = progress.absentLine;pub const refreshChangedLine = progress.changedLine;pub const refreshMatchedLine = progress.matchedLine;pub const refreshStartLine = progress.startLine;Audit
| Definitions | 1 |
|---|---|
| Public names | 1 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |