posix

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsBuiltInCommands added in v0.1.1

func IsBuiltInCommands(cmd Command) bool

IsBuiltInCommands return whether command is shell built-in one or not

Types

type Command

type Command struct {
	// Name is command name
	Name string
	// Desc is description for command
	Desc string
	// Type is "required", "optional", or "shell built-in"
	Type string
}

Command is information about POSIX commands

func Commands

func Commands() []Command

Commands return posix commands list.

Jump to

Keyboard shortcuts

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