Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Scalingo/cli
/ Status
Function
Status
io/status.go:26–29 ·
view source on GitHub ↗
(args ...any)
Source
from the content-addressed store, hash-verified
24
}
25
26
func
Status(args ...any) {
27
fmt.Print(
"-----> "
)
28
fmt.Println(args...)
29
}
30
31
func
Statusf(format string, args ...any) {
32
fmt.Printf(
"-----> "
+format, args...)
Callers
15
Update
Function · 0.92
Remove
Function · 0.92
Add
Function · 0.92
Update
Function · 0.92
Remove
Function · 0.92
Add
Function · 0.92
Setup
Function · 0.92
Show
Function · 0.92
Destroy
Function · 0.92
Rename
Function · 0.92
DatabaseEndpointsList
Function · 0.92
DatabaseNetPeeringsList
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected