package
Version:
v0.0.0-...-b86a68b
Opens a new window with list of versions in this module.
Published: Oct 13, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CLI struct {
Globals
Rm RmCmd `cmd:"" help:"Remove files."`
Detect detectCmd `cmd:"" help:"Remove files. " default:"0"`
}
type Globals struct {
Debug bool `help:"print debug info" short:"d"`
Version version.VersionFlag `help:"print version and exit" short:"V"`
}
type RmCmd struct {
Force bool `help:"Force removal."`
Recursive bool `help:"Recursively remove files."`
Paths []string `arg:"" name:"path" help:"Paths to remove." type:"path"`
}
Source Files
¶
Directories
¶
|
|
internal
|
|
|
|
|
|
|
|
|
|
Click to show internal directories.
Click to hide internal directories.