mirror of
https://github.com/Telecominfraproject/OpenNetworkLinux.git
synced 2025-12-28 02:34:59 +00:00
the --extract option is unimplemented
This commit is contained in:
@@ -1043,7 +1043,6 @@ if __name__ == '__main__':
|
||||
ap.add_argument("--repo-package-dir", default=os.environ.get('ONLPM_OPTION_REPO_PACKAGE_DIR', 'packages'))
|
||||
ap.add_argument("--packagedirs", nargs='+', metavar='PACKAGEDIR')
|
||||
ap.add_argument("--subdir", default=os.getcwd())
|
||||
ap.add_argument("--extract", metavar='PACKAGE')
|
||||
ap.add_argument("--extract-dir", nargs=2, metavar=('PACKAGE', 'DIR'), action='append')
|
||||
ap.add_argument("--force", action='store_true')
|
||||
ap.add_argument("--list", action='store_true');
|
||||
|
||||
Reference in New Issue
Block a user