dir

package
v0.30.0 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2021 License: GPL-2.0, GPL-3.0 Imports: 4 Imported by: 0

README

dir - Directory Navigator

Arguments

- some-pipeline:
    shell:
        run: "some-command-with-possible-stderr-output"
    dir: ""

Documentation

Overview

The `dir` middleware allows for changing the current working directory

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DirMiddleware

type DirMiddleware struct {
	WorkingDir string
	DirChanger func(string) error
}

Directory Navigator

func NewDirMiddleware

func NewDirMiddleware() DirMiddleware

func (DirMiddleware) Apply

func (dirMiddleware DirMiddleware) Apply(
	run *pipeline.Run,
	next func(*pipeline.Run),
	_ *middleware.ExecutionContext,
)

func (DirMiddleware) String

func (_ DirMiddleware) String() string

Jump to

Keyboard shortcuts

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