mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-03 17:39:42 +02:00
Adds basic CLI input and output functionality
Introduces a simple command-line interface to capture user input and display it back. Lays groundwork for future command processing and interaction.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
commandinput = input("Enter Command: ")
|
||||
print(commandinput)
|
||||
Reference in New Issue
Block a user