Skip to content
/ fgt Public

fgt runs any command for you and exits with exitcode 1 when the child process sent anything to stdout or stderr

Notifications You must be signed in to change notification settings

GeertJohan/fgt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

fgt

fgt runs any command for you and exits with exitcode 1 when the child process sent anythingto stdout or stderr

Installation

go get github.com/GeertJohan/fgt

Usage

Some examples:

fgt true will return successfully

fgt false will return with exitcode 1

fgt echo hi will return with exitcode 1 (even though echo returned with exitcode 0)

fgt gofmt -l <yourpackage> will return with exitcode 1 when gofmt indicates something must be formatted diferently

History

This command was created to make sure jenkins will complain when gofmt needs something formatted.

About

fgt runs any command for you and exits with exitcode 1 when the child process sent anything to stdout or stderr

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages