ApoorvaPasbola/rusty-notepad

CLI Story

Closed this issue · 0 comments

CLI Story

What we want is a rusty-cli included in the application . This cli comes as part of the installation.
Through this cli we could open the rusty-notepad , pass in some flags and also override the default repository to open the given directory from the console itself.

Action Items :

  • Setup the cli for the application in the rust code
  • Installation to include the CLI with the app
  • Add the cli in the path on installation
  • Test cli opening the application form the terminal.