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 dash options for CLI. #83

Open
alanxoc3 opened this issue Nov 12, 2020 · 1 comment
Open

Add dash options for CLI. #83

alanxoc3 opened this issue Nov 12, 2020 · 1 comment

Comments

@alanxoc3
Copy link
Owner

Related to #25. Read vim's documentation :help ---. The single dash should
mean <STDIN>. The double dash should separate options from files. If a single
dash is after a double dash, that single dash is interpreted as a file. The
single dash is normally implied if <STDIN> is not a tty. Vim has a read
script file mode too, you can pass a dash to that. Concards doesn't have
anything like that though, so it's safe to ignore.

@alanxoc3
Copy link
Owner Author

alanxoc3 commented Apr 11, 2021

The STDIN thing should always go at the beginning. Partly because of an edge case concern with the current cli implementation, the "-" will not be needed/supported. Vim does it, but kakoune does not.

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

1 participant