...

Package args

import "github.com/concurrency-8/args"
Overview
Index

Overview ▾

Index ▾

Package files

args.go

Variables

var ARGS = &Args{make([]string, 0), "", true, false, true}

type Args

type Args struct {
    FilePath         []string
    DownloadPath     string
    ResumeCapability bool
    Resume           bool
    Verbose          bool
}