From 2e501e6a9b517f8c520509053b3ffcd9d57f139f Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Wed, 9 Mar 2022 07:10:51 -0800 Subject: [PATCH] Added run command which had gotten dropped, #656 --- osxphotos/cli/cli.py | 1 + 1 file changed, 1 insertion(+) diff --git a/osxphotos/cli/cli.py b/osxphotos/cli/cli.py index 45909f5f..6345f57d 100644 --- a/osxphotos/cli/cli.py +++ b/osxphotos/cli/cli.py @@ -75,6 +75,7 @@ for command in [ places, query, repl, + run, snap, tutorial, uninstall,