Skip to content

SimDaSong/cli

Repository files navigation

cli

Project Stack

  • C++

Project Description

Implemented Commands

  • cat
  • cd
  • cpu
  • date
  • exe
  • help
  • ls
  • mv
  • pro
  • pwd
  • rm

Flow Chart

graph TD
    A([Start]) --> C[Print the user input message]
    C --> D[User inputs a command]
    D -- Command is 'exit' --> E([End])
    D -- Command is not 'exit' --> F[Execute the appropriate action]
    F --> C
Loading

Result

Releases

No releases published

Packages

No packages published