Documentation ¶
Overview ¶
Slice args at boundary. For example,
pl := pizza.New("|") pl.Slice("ls", "-lR", "|", "more") // pl.Slices == [][]string{ // []string{"ls", "-lR"}, // []string{"more"}, // } pl.Reset() pl.Slice("ls", "-lR", "|") // pl.Slices == [][]string{ // []string{"ls", "-lR"}, // } if pl.More { pl.Slice("more") } // pl.Slices == [][]string{ // []string{"ls", "-lR"}, // []string{"more"}, // }
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.