Giter VIP home page Giter VIP logo

coderunnercli's People

Contributors

cojoj avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

popscallion

coderunnercli's Issues

Create command line arguments parser

As I want to extend the functionality of this project to accept many different arguments to help users with opening CodeRunner in the mode specific for their use case, it'd be necessary to introduce arguments parser.
There are some solutions available out there, but none of them fulfills all requirements I want to have in CodeRunnerCLI. That's why we should have a custom arguments parser.
Below you may find a list of requirements:

  • It should accept path to the file/folder you want to open in CodeRunner without specifying option for it. For that reason it's important to reduce array of arguments until we have one last argument and it'll be path.
  • It should accept bool flags, bot long and short versions eg. -f --force.
  • It should be able to work with cumulated short versions, eg. -fN should reflect -f -N
  • Arguments should be able to have their arguments, eg. -t Swift should be treated as if we want to have CodeRunner opened with Swift template.

Simply open app without providing path

Current version of the app requires you to specify file/folder as it'll open CodeRunner in this location. It's be good to have a simplified version in which if you don't specify path it'll open CodeRunner in default directory.
I still haven't decided whether this directory should be a system ENV or current location, but it doesn't matter at the moment.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.