mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
Two small changes: 1. actually support tab completion of debug commands: without this change completion of debug was broken, always suggesting more debug commands 2. tag the argument of validate-seed as a file, and required without this change, when giving it no argument it tried to validate a file called "" which failed with a curious error message. Also completion didn't know what to offer.