Documentation
¶
Overview ¶
Package truecmd implements the true builtin command.
true — return a successful exit status
Usage: true
Do nothing and return an exit status of 0. All arguments are ignored.
Exit codes:
0 Always succeeds.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = builtins.Command{Name: "true", Description: "return successful exit status", MakeFlags: builtins.NoFlags(run)}
Cmd is the true builtin command descriptor.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.