Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/MiniMax-AI/cli
/ finish
Method
finish
src/output/progress.ts:43–43 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
export
interface
ProgressBar {
42
update(current: number): void;
43
finish(): void;
44
}
45
46
export
function
createProgressBar(total: number, label =
''
): ProgressBar {
Callers
1
downloadFile
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected