From b242ee9f6e1f84d7cbc6114cac1bc5300fa3afcc Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Mon, 4 Mar 2024 09:58:41 +0100 Subject: change 'ogcli send' command into 'ogcli request' By using the word 'request' the command becomes more semantic and represents the 'best effort' nature of the communication with ogserver. --- cli/objects/wol.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/objects/wol.py') diff --git a/cli/objects/wol.py b/cli/objects/wol.py index 44228c8..b037804 100644 --- a/cli/objects/wol.py +++ b/cli/objects/wol.py @@ -13,7 +13,7 @@ import argparse class OgWol(): @staticmethod - def send_wol(rest, args): + def request_wol(rest, args): def scope_lookup(scope_id, scope_type, d): if scope_id == d.get('id') and \ scope_type == d.get('type'): @@ -26,7 +26,7 @@ class OgWol(): return lookup return None - parser = argparse.ArgumentParser(prog='ogcli send wol') + parser = argparse.ArgumentParser(prog='ogcli request wol') parser.add_argument('--type', nargs='?', choices=['broadcast', 'unicast'], -- cgit v1.2.3-18-g5258