package
1.64.0-Personal
Repository: https://github.com/dceldran/rclone.git
Documentation: pkg.go.dev

# Functions

BoolP defines a flag which can be set by an environment variable It is a thin wrapper around pflag.BoolP.
BoolVarP defines a flag which can be set by an environment variable It is a thin wrapper around pflag.BoolVarP.
CountP defines a flag which can be set by an environment variable It is a thin wrapper around pflag.CountP.
CountVarP defines a flag which can be set by an environment variable It is a thin wrapper around pflag.CountVarP.
DurationP defines a flag which can be set by an environment variable It wraps the duration in an fs.Duration for extra suffixes and passes it to pflag.VarP.
DurationVarP defines a flag which can be set by an environment variable It wraps the duration in an fs.Duration for extra suffixes and passes it to pflag.VarP.
Float64P defines a flag which can be set by an environment variable It is a thin wrapper around pflag.Float64P.
Float64VarP defines a flag which can be set by an environment variable It is a thin wrapper around pflag.Float64VarP.
FVarP defines a flag which can be set by an environment variable It is a thin wrapper around pflag.VarP.
Int64P defines a flag which can be set by an environment variable It is a thin wrapper around pflag.IntP.
Int64VarP defines a flag which can be set by an environment variable It is a thin wrapper around pflag.Int64VarP.
IntP defines a flag which can be set by an environment variable It is a thin wrapper around pflag.IntP.
IntVarP defines a flag which can be set by an environment variable It is a thin wrapper around pflag.IntVarP.
SetDefaultFromEnv constructs a name from the flag passed in and sets the default from the environment if possible Used to create backend flags like --skip-links.
StringArrayP defines a flag which can be set by an environment variable It sets one value only - command line flags can be used to set more.
StringArrayVarP defines a flag which can be set by an environment variable It sets one value only - command line flags can be used to set more.
StringP defines a flag which can be set by an environment variable It is a thin wrapper around pflag.StringP.
StringVarP defines a flag which can be set by an environment variable It is a thin wrapper around pflag.StringVarP.
Uint32VarP defines a flag which can be set by an environment variable It is a thin wrapper around pflag.Uint32VarP.
VarP defines a flag which can be set by an environment variable It is a thin wrapper around pflag.VarP.