From 8b4a78a830772b9ed16921d5e4fc4a47a6f79d8e Mon Sep 17 00:00:00 2001 From: Linus789 Date: Wed, 22 Feb 2023 00:53:36 +0100 Subject: [PATCH] reorder subcommands [skip ci] --- README.md | 4 ++-- main.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 04760af..4c7852a 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,10 @@ Unofficial packages are available on: [Debian](https://packages.debian.org/buste download 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 diff --git a/main.go b/main.go index 3f2f417..f4d0e9d 100644 --- a/main.go +++ b/main.go @@ -171,10 +171,10 @@ var commands = []*Command{ cmdDownload, cmdDevices, cmdList, + cmdRepo, + cmdClean, cmdDefaults, cmdVersion, - cmdClean, - cmdRepo, } var cmdVersion = &Command{