falsecmd

package
v0.0.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 30, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL