mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Updated for options check
This commit is contained in:
parent
ff624e3416
commit
48613cf692
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ class Tracking(Configs):
|
|||
self.yellow: str = self.color['yellow']
|
||||
self.endc: str = self.color['endc']
|
||||
self.flag_pkg_version: list = ['-p', '--pkg-version']
|
||||
self.flag_bin_repository: list = ['-B', '--bin-repo=']
|
||||
|
||||
self.repo_for_binaries: bool = self.utils.is_option(['-B', '--bin-repo='], self.flags)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue