Skip to content

The help message. #2

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

Closed
andreiarusoaie opened this issue Feb 19, 2019 · 1 comment
Closed

The help message. #2

andreiarusoaie opened this issue Feb 19, 2019 · 1 comment

Comments

@andreiarusoaie
Copy link

None of the options -h, --h, -help or --help works. Since these are pretty common when working with command line tools, it would be nice to have them in Alk as well. Here's what I tried:

andrei@pc:~/work/temp/java-semantics$ ./bin/alki.sh -help
java.io.FileNotFoundException: -help (No such file or directory)
	at java.base/java.io.FileInputStream.open0(Native Method)
	at java.base/java.io.FileInputStream.open(FileInputStream.java:219)
	at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157)
	at main.Main.main(Main.java:76)
andrei@pc:~/work/temp/java-semantics$ ./bin/alki.sh --help
java.io.FileNotFoundException: --help (No such file or directory)
	at java.base/java.io.FileInputStream.open0(Native Method)
	at java.base/java.io.FileInputStream.open(FileInputStream.java:219)
	at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157)
	at main.Main.main(Main.java:76)
andrei@pc:~/work/temp/java-semantics$ ./bin/alki.sh -h
java.io.FileNotFoundException: -h (No such file or directory)
	at java.base/java.io.FileInputStream.open0(Native Method)
	at java.base/java.io.FileInputStream.open(FileInputStream.java:219)
	at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157)
	at main.Main.main(Main.java:76)
andrei@pc:~/work/temp/java-semantics$ ./bin/alki.sh --h
java.io.FileNotFoundException: --h (No such file or directory)
	at java.base/java.io.FileInputStream.open0(Native Method)
	at java.base/java.io.FileInputStream.open(FileInputStream.java:219)
	at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157)
	at main.Main.main(Main.java:76)
@dlucanu
Copy link
Contributor

dlucanu commented Feb 19, 2019

The design of the option language for the command line is in progress. The current syntax for the command line is the simplest one that allow to use the interpreter. Any help is welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants