diff --git a/ui/medashare/cli.py b/ui/medashare/cli.py index ed97530..0b1a036 100644 --- a/ui/medashare/cli.py +++ b/ui/medashare/cli.py @@ -1079,6 +1079,8 @@ def checkforfile(objstr, curfile, ask=False): def cmd_interactive(options, persona, objstr, cache): files = [ pathlib.Path(x) for x in options.files ] + cache.count = 15 + autoskip = True idx = 0