fecli

package
v0.0.0-...-726277f Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2022 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cli = &cli.App{
	Name:                   "fe",
	Usage:                  "AUR helper with a familiar subcommand system",
	Suggest:                true,
	UseShortOptionHandling: true,
	Flags: []cli.Flag{
		&cli.StringFlag{
			Name:    "paru",
			Aliases: []string{"p"},
			Usage:   "Pass arbitrary options to paru",
		},
		&cli.BoolFlag{
			Name:    "default",
			Aliases: []string{"d"},
			Usage:   "Don't implicitly pass flags to paru",
		},
		&cli.BoolFlag{
			Name:    "noparu",
			Aliases: []string{"n"},
			Usage:   "Use pacman instead of paru",
		},
	},
	Commands: []*cli.Command{
		subcommands.Install(),
		subcommands.Remove(),
		subcommands.Search(),
		subcommands.Update(),
		subcommands.Clean(),
		subcommands.Query(),
		subcommands.Info(),
		subcommands.Depends(),
		subcommands.Fuzzy(),
		subcommands.Checkupdates(),
		subcommands.Configure(),
	},
}

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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