shellstring

package module
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2020 License: MIT Imports: 2 Imported by: 6

README

go-shellstring

"foo", []string{"foo"}
"foo bar", []string{"foo", "bar"}
`"foo"`, []string{"foo"}
`"foo bar"`, []string{"foo bar"}
`"foo" "bar"`, []string{"foo", "bar"}
`'foo'`, []string{"foo"}
`'foo bar'`, []string{"foo bar"}
`'foo' 'bar'`, []string{"foo", "bar"}
`'foo' 'bar'`, []string{"foo", "bar"}

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Parse

func Parse(in string) ([]string, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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