Browse Source

reorder subcommands

[skip ci]
pull/70/head
Linus789 3 years ago
parent
commit
8b4a78a830
  1. 4
      README.md
  2. 4
      main.go

4
README.md

@ -41,10 +41,10 @@ Unofficial packages are available on: [Debian](https://packages.debian.org/buste
download <appid...> Download an app
devices List connected devices
list (categories) List all known values of a kind
repo Manage repositories
clean Clean index and/or cache
defaults Reset to the default settings
version Print version information
clean Clean index and/or cache
repo Manage repositories
An appid is just an app's unique package name. A specific version of an app can

4
main.go

@ -171,10 +171,10 @@ var commands = []*Command{
cmdDownload,
cmdDevices,
cmdList,
cmdRepo,
cmdClean,
cmdDefaults,
cmdVersion,
cmdClean,
cmdRepo,
}
var cmdVersion = &Command{

Loading…
Cancel
Save