Skip to content

Commit d7094b5

Browse files
Removed none implemented flags
Signed-off-by: Shahm Najeeb <Nirt_12023@outlook.com>
1 parent f9bb435 commit d7094b5

3 files changed

Lines changed: 0 additions & 19 deletions

File tree

CODE/Logicytics.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,8 +490,6 @@ def handle_sub_action():
490490
subprocess.call("shutdown /s /t 3", shell=False)
491491
elif SUB_ACTION == "reboot":
492492
subprocess.call("shutdown /r /t 3", shell=False)
493-
# elif sub_action == "webhook":
494-
# TODO: Implement this in future v3.5
495493

496494

497495
@log.function

CODE/logicytics/Flag.py

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -517,22 +517,6 @@ def __available_arguments(cls) -> tuple[argparse.Namespace, argparse.ArgumentPar
517517
help="Execute Flag that will shutdown the device afterward",
518518
)
519519

520-
# Not yet Implemented
521-
parser.add_argument(
522-
"--webhook",
523-
action="store_true",
524-
help="Execute Flag that will send zip File via webhook "
525-
f"{cls.__colorify('- Not yet Implemented -', 'r')}",
526-
)
527-
528-
parser.add_argument(
529-
"--restore",
530-
action="store_true",
531-
help="Restore Logicytics files from the ACCESS/BACKUPS directory "
532-
f"{cls.__colorify('- Use on your own device only -', 'y')} "
533-
f"{cls.__colorify('- Not yet Implemented -', 'r')}",
534-
)
535-
536520
# Parse the arguments
537521
args, unknown = parser.parse_known_args()
538522
valid_flags = [action.dest for action in parser._actions if action.dest != 'help']

PLANS.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
88
| Task | Version | Might or Will be done? |
99
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|------------------------|
10-
| Implement the 2 missing flags | v3.5.0 ||
1110
| Get any BETA features out of BETA | v3.6.0 ||
1211
| Replace Logger.py with Util that contains (tprint), also implement the ExceptionHandler and UpdateManager from Util | v3.6.0 ||
1312
| Remake VulnScan .pkl and .pth to be more accurate | v3.6.0 ||

0 commit comments

Comments
 (0)