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

Define command line options #19

Closed
ejgallego opened this issue Jul 5, 2016 · 0 comments
Closed

Define command line options #19

ejgallego opened this issue Jul 5, 2016 · 0 comments

Comments

@ejgallego
Copy link
Owner

We want to identify and support the set of command line options that users need.

Ideally we'd like to break with current coqtop options, but we may add a compatibility layer where justified.

@ejgallego ejgallego added this to the 0.1 milestone Jul 5, 2016
@ejgallego ejgallego self-assigned this Jul 5, 2016
ejgallego added a commit that referenced this issue Jan 22, 2018
Now users can do:
```
sertop -Q lp,dir
```

to bind a logical path `lp` to directory `dir` in the same way as Coq does.

Note that support is still incomplete and experimental, in particular
we don't properly support recursive scanning of `dir`. Also, using an
empty space in the option is not possible due to `cmdliner`
limitations. We have chosen a comma as separator and indeed this looks
fine to me.

c.f. #19, #33, #35.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant