The following changes were made:
* corrected issue in reinstall that prevented reinstall of package files * added version command * updated files() in Package.pm to accept both quiet and verbose options * added sha() to Snap.pm which will be used for verify function in future * corrected missing '=' in output for search() in Sources.pm * removed duplicate file (SRC/snapinstall)
This commit is contained in:
@@ -208,6 +208,11 @@ my $commands = {
|
||||
. " separate\n\t\t\t\tdirectory/file system\n",
|
||||
"\t\t\t\tProceed without prompting"
|
||||
]
|
||||
},
|
||||
version => {
|
||||
options => [],
|
||||
brief => 'Display version information',
|
||||
help => []
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user