Documentation
¶
Overview ¶
Package falsecmd implements the false builtin command.
false — return an unsuccessful exit status
Usage: false
Do nothing and return an exit status of 1. All arguments are ignored.
Exit codes:
1 Always fails.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = builtins.Command{ Name: "false", Description: "return unsuccessful exit status", Help: `false: false Return an unsuccessful result. Exit with a status code indicating failure.`, MakeFlags: builtins.NoFlags(run), }
Cmd is the false builtin command descriptor.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.