taskr

package module
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jul 4, 2024 License: MIT Imports: 11 Imported by: 0

README

task-result

task-result is ...

Synopsis

$ task-result ...

Installation

$ go run github.com/handlename/task-result/cmd/task-result ...

Lisence

MIT

Author

@handlename

Documentation

Index

Constants

View Source
const Version = "0.0.1"

Variables

This section is empty.

Functions

func InitLogger

func InitLogger(level string)

Types

type App

type App struct {
	OutRaw bool
}

func NewApp

func NewApp() *App

func (*App) Run

func (app *App) Run(ctx context.Context) error

type Result

type Result struct {
	Name   string `json:"name"`
	Cmd    string `json:"cmd"`
	Output string `json:"output"`
}

Directories

Path Synopsis
cmd
taskr command
internal

Jump to

Keyboard shortcuts

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