ygork / file-notes

0 stars 0 forks source link

Handle invalid command #2

Closed SeriyBg closed 7 years ago

SeriyBg commented 7 years ago

If unsupported commands is received should return status "Error" with message "Unsupported command" and print the list of supported commands

SeriyBg commented 7 years ago

Here are the list of supported commands:

SeriyBg commented 7 years ago

HINT how to implement: when you receive the input command, split this string by space and read the first element(word) as command