bcpkgfox 0.16.8__tar.gz → 0.16.10__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {bcpkgfox-0.16.8 → bcpkgfox-0.16.10}/PKG-INFO +1 -1
- {bcpkgfox-0.16.8 → bcpkgfox-0.16.10}/bcpkgfox/cli.py +2 -1
- {bcpkgfox-0.16.8 → bcpkgfox-0.16.10}/bcpkgfox.egg-info/PKG-INFO +1 -1
- {bcpkgfox-0.16.8 → bcpkgfox-0.16.10}/setup.py +1 -1
- {bcpkgfox-0.16.8 → bcpkgfox-0.16.10}/README.md +0 -0
- {bcpkgfox-0.16.8 → bcpkgfox-0.16.10}/bcpkgfox/__init__.py +0 -0
- {bcpkgfox-0.16.8 → bcpkgfox-0.16.10}/bcpkgfox/exec_file.py +0 -0
- {bcpkgfox-0.16.8 → bcpkgfox-0.16.10}/bcpkgfox/find_elements.py +0 -0
- {bcpkgfox-0.16.8 → bcpkgfox-0.16.10}/bcpkgfox/get_driver.py +0 -0
- {bcpkgfox-0.16.8 → bcpkgfox-0.16.10}/bcpkgfox/invoke_api.py +0 -0
- {bcpkgfox-0.16.8 → bcpkgfox-0.16.10}/bcpkgfox/system.py +0 -0
- {bcpkgfox-0.16.8 → bcpkgfox-0.16.10}/bcpkgfox.egg-info/SOURCES.txt +0 -0
- {bcpkgfox-0.16.8 → bcpkgfox-0.16.10}/bcpkgfox.egg-info/dependency_links.txt +0 -0
- {bcpkgfox-0.16.8 → bcpkgfox-0.16.10}/bcpkgfox.egg-info/entry_points.txt +0 -0
- {bcpkgfox-0.16.8 → bcpkgfox-0.16.10}/bcpkgfox.egg-info/requires.txt +0 -0
- {bcpkgfox-0.16.8 → bcpkgfox-0.16.10}/bcpkgfox.egg-info/top_level.txt +0 -0
- {bcpkgfox-0.16.8 → bcpkgfox-0.16.10}/setup.cfg +0 -0
|
@@ -24,7 +24,8 @@ class cli:
|
|
|
24
24
|
self.parser = argparse.ArgumentParser(
|
|
25
25
|
add_help=False,
|
|
26
26
|
description=f"{self.visuals.bold}{self.visuals.DK_ORANGE} BCFOX Library \n You can use the arguments in any order you want.\n\n Most flags are independent, you can use it alone or combine them in a single command interacting with each other when applicable.{self.visuals.RESET}",
|
|
27
|
-
formatter_class=argparse.
|
|
27
|
+
formatter_class=argparse.ArgumentDefaultsHelpFormatter
|
|
28
|
+
# formatter_class=argparse.RawTextHelpFormatter # Formats the 'help' text manually
|
|
28
29
|
)
|
|
29
30
|
|
|
30
31
|
self._setup_arguments()
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|