polymath-nodeos 1.0.2__tar.gz → 1.0.4__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.
- {polymath_nodeos-1.0.2 → polymath_nodeos-1.0.4}/PKG-INFO +1 -1
- {polymath_nodeos-1.0.2 → polymath_nodeos-1.0.4}/polymath_nodeos/cli.py +5 -1
- {polymath_nodeos-1.0.2 → polymath_nodeos-1.0.4}/polymath_nodeos.egg-info/PKG-INFO +1 -1
- {polymath_nodeos-1.0.2 → polymath_nodeos-1.0.4}/pyproject.toml +1 -1
- {polymath_nodeos-1.0.2 → polymath_nodeos-1.0.4}/README.md +0 -0
- {polymath_nodeos-1.0.2 → polymath_nodeos-1.0.4}/polymath_nodeos/__init__.py +0 -0
- {polymath_nodeos-1.0.2 → polymath_nodeos-1.0.4}/polymath_nodeos/daemon.py +0 -0
- {polymath_nodeos-1.0.2 → polymath_nodeos-1.0.4}/polymath_nodeos/graph_manager.py +0 -0
- {polymath_nodeos-1.0.2 → polymath_nodeos-1.0.4}/polymath_nodeos/jage_engine.py +0 -0
- {polymath_nodeos-1.0.2 → polymath_nodeos-1.0.4}/polymath_nodeos/nodes_engine.py +0 -0
- {polymath_nodeos-1.0.2 → polymath_nodeos-1.0.4}/polymath_nodeos/scripts/__init__.py +0 -0
- {polymath_nodeos-1.0.2 → polymath_nodeos-1.0.4}/polymath_nodeos/scripts/agy_invoke.py +0 -0
- {polymath_nodeos-1.0.2 → polymath_nodeos-1.0.4}/polymath_nodeos/scripts/blast_radius_engine.py +0 -0
- {polymath_nodeos-1.0.2 → polymath_nodeos-1.0.4}/polymath_nodeos/scripts/dead_code_engine.py +0 -0
- {polymath_nodeos-1.0.2 → polymath_nodeos-1.0.4}/polymath_nodeos/scripts/domino_engine.py +0 -0
- {polymath_nodeos-1.0.2 → polymath_nodeos-1.0.4}/polymath_nodeos/scripts/ghost_writer_engine.py +0 -0
- {polymath_nodeos-1.0.2 → polymath_nodeos-1.0.4}/polymath_nodeos/scripts/intent_injector.py +0 -0
- {polymath_nodeos-1.0.2 → polymath_nodeos-1.0.4}/polymath_nodeos/scripts/intent_stopper.py +0 -0
- {polymath_nodeos-1.0.2 → polymath_nodeos-1.0.4}/polymath_nodeos/scripts/ipc_hook.py +0 -0
- {polymath_nodeos-1.0.2 → polymath_nodeos-1.0.4}/polymath_nodeos/scripts/legacy_math.py +0 -0
- {polymath_nodeos-1.0.2 → polymath_nodeos-1.0.4}/polymath_nodeos/scripts/telemetry.py +0 -0
- {polymath_nodeos-1.0.2 → polymath_nodeos-1.0.4}/polymath_nodeos.egg-info/SOURCES.txt +0 -0
- {polymath_nodeos-1.0.2 → polymath_nodeos-1.0.4}/polymath_nodeos.egg-info/dependency_links.txt +0 -0
- {polymath_nodeos-1.0.2 → polymath_nodeos-1.0.4}/polymath_nodeos.egg-info/entry_points.txt +0 -0
- {polymath_nodeos-1.0.2 → polymath_nodeos-1.0.4}/polymath_nodeos.egg-info/top_level.txt +0 -0
- {polymath_nodeos-1.0.2 → polymath_nodeos-1.0.4}/setup.cfg +0 -0
|
@@ -71,7 +71,7 @@ def _ping_daemon():
|
|
|
71
71
|
def main():
|
|
72
72
|
parser = argparse.ArgumentParser(
|
|
73
73
|
prog="nodeos",
|
|
74
|
-
description="
|
|
74
|
+
description="Polymath-NodeOS: The Autonomous Swarm Operating System CLI",
|
|
75
75
|
formatter_class=argparse.RawTextHelpFormatter
|
|
76
76
|
)
|
|
77
77
|
|
|
@@ -91,6 +91,10 @@ def main():
|
|
|
91
91
|
help='Execute an internal command (e.g., ping).')
|
|
92
92
|
|
|
93
93
|
# parse_known_args permits forwarding remaining arbitrary flags directly to the underlying scripts
|
|
94
|
+
if len(sys.argv) == 1:
|
|
95
|
+
parser.print_help()
|
|
96
|
+
sys.exit(1)
|
|
97
|
+
|
|
94
98
|
args, unknown = parser.parse_known_args()
|
|
95
99
|
|
|
96
100
|
if args.daemon:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{polymath_nodeos-1.0.2 → polymath_nodeos-1.0.4}/polymath_nodeos/scripts/blast_radius_engine.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{polymath_nodeos-1.0.2 → polymath_nodeos-1.0.4}/polymath_nodeos/scripts/ghost_writer_engine.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{polymath_nodeos-1.0.2 → polymath_nodeos-1.0.4}/polymath_nodeos.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|