shellparse

package
v2.34.1 Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2026 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Overview

Package shellparse extracts command steps from shell scripts.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Parse

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

Parse returns one slice per simple command in src, in source order. Each is [program] or [program, arg], where arg is the first non-flag positional argument. Program names are normalized to their base name (e.g. /usr/bin/go becomes go).

Some malformed inputs (e.g. trailing unterminated tokens after valid semicolon-separated commands) yield partial results alongside a non-nil error. Callers that show parsed output to users should treat a non-nil err as a signal to fall back to the raw input rather than display the partial.

Types

This section is empty.

Jump to

Keyboard shortcuts

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