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/session.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/objects/session.py') diff --git a/cli/objects/session.py b/cli/objects/session.py index ee2cf73..c13468f 100644 --- a/cli/objects/session.py +++ b/cli/objects/session.py @@ -13,8 +13,8 @@ import argparse class OgSession(): @staticmethod - def send_session(rest, args): - parser = argparse.ArgumentParser(prog='ogcli send session') + def request_session(rest, args): + parser = argparse.ArgumentParser(prog='ogcli request session') parser.add_argument('--disk', nargs='?', required=True, -- cgit v1.2.3-18-g5258