Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5a528d8de8 |
@@ -524,7 +524,7 @@ if __name__ == '__main__':
|
|||||||
parser_import = subparsers.add_parser('import')
|
parser_import = subparsers.add_parser('import')
|
||||||
parser_import.add_argument('file', help='JSON file containing packages')
|
parser_import.add_argument('file', help='JSON file containing packages')
|
||||||
parser_import.add_argument('--name-only', action='store_true',
|
parser_import.add_argument('--name-only', action='store_true',
|
||||||
help='Output package names and architecture (no version)')
|
help='Output package names and architectyure (no version)')
|
||||||
|
|
||||||
pkg_group = parser_import.add_mutually_exclusive_group()
|
pkg_group = parser_import.add_mutually_exclusive_group()
|
||||||
pkg_group.add_argument('--upgraded', action='store_true',
|
pkg_group.add_argument('--upgraded', action='store_true',
|
||||||
|
|||||||
Reference in New Issue
Block a user