Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add command line options for e.g processing files and others #6

Open
xoofx opened this issue Nov 29, 2020 · 0 comments
Open

Add command line options for e.g processing files and others #6

xoofx opened this issue Nov 29, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@xoofx
Copy link
Owner

xoofx commented Nov 29, 2020

kalk is a command line app but doesn't have options to use it outside of its interactive mode

  • e.g --file=input.kalk to process an input file
  • or to print its version --version
  • or to predefine some variables passed from the command line e.g `--set="x=1"
  • or to evaluate an expression from the command line --eval="x = 1; x + 2"
  • or simply --help to print all these options

We need to define what we can allow to do here.

@xoofx xoofx added the enhancement New feature or request label Nov 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant