Skip to content

Commit

Permalink
Update System.js
Browse files Browse the repository at this point in the history
  • Loading branch information
withinJoel authored Oct 16, 2024
1 parent c012e66 commit 81cf1fd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Modules/System.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,13 @@ function getSys() {
}

//Whatis
// Dictionary to store command information
const commandDictionary = {
config: "To get the configuration information.",
credits: "To see the credits.",
help: "To get a list of all the supported commands.",
reportbug: "To report a bug in the application."
};
// Function to handle user input
function whatIsCommand(input) {
// Check if the input starts with 'whatis'
Expand Down

0 comments on commit 81cf1fd

Please sign in to comment.