Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CopyCmd = &cobra.Command{
Use: "copy [source]",
Short: "copy",
}
CopyCmd is the parent for copy type commands
View Source
var ListCmd = &cobra.Command{
Use: "list [repos] [pool]",
Short: "list",
}
ListCmd is a parent for list type commands
View Source
var RemoveCmd = &cobra.Command{
Use: "remove [repo] [source]",
Short: "remove",
}
RemoveCmd is the parent for remove type commands
View Source
var ResetCmd = &cobra.Command{
Use: "reset [failed] [completed]",
Short: "reset job logs",
}
ResetCmd is the parent for reset type commands
View Source
var RootCmd = &cobra.Command{ Use: path.Base(os.Args[0]), Short: path.Base(os.Args[0]) + " is the Solus package repository tool", }
RootCmd is the main entry point into ferry
View Source
var TrimCmd = &cobra.Command{
Use: "trim [packages] [obsoletes]",
Short: "trim",
}
TrimCmd is the parent for trim type commands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.