package shelltype

import "github.com/oslokommune/okctl/pkg/virtualenv/shelltype"

Package shelltype contains constants to identify a shell (bash, zsh, etc)

Index

Types

type ShellType

type ShellType string

ShellType enumerates shells we recognize

const (
	// Bash is a constant that identifies the Bash shell
	Bash ShellType = "bash"

	// Zsh is a constant that identifies the Zsh shell
	Zsh ShellType = "zsh"

	// Unknown is a constant that is identifies the case when an unknown shell is used
	Unknown ShellType = "unknown"
)

Source Files

shelltype.go

Version
v0.0.106 (latest)
Published
Oct 21, 2022
Platform
linux/amd64
Last checked
18 hours ago

Tools for package owners.