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

Create CLI interface to interact with the library #33

Open
david-alvarez-rosa opened this issue Sep 1, 2023 · 6 comments
Open

Create CLI interface to interact with the library #33

david-alvarez-rosa opened this issue Sep 1, 2023 · 6 comments
Assignees

Comments

@david-alvarez-rosa
Copy link
Collaborator

Create CLI interface to interact with the library.

Something similar to

./qfm --asset <my_asset> --model black_scholes 
@waifod waifod self-assigned this Sep 15, 2023
@david-alvarez-rosa
Copy link
Collaborator Author

david-alvarez-rosa commented Oct 14, 2023

I was tentatively planning to use Boost library program_options for generating the CLI interface. However, I'm not able to link, hence I'm blocked in this path until boostorg/program_options#125 is solved.

Other alternatives are using GNU getopt or Google gflags, but I'd prefer to use Boost.

@waifod
Copy link
Owner

waifod commented Oct 14, 2023

I agree on using Boost since we are already including it for other things. We can wait, I think.

@david-alvarez-rosa
Copy link
Collaborator Author

@waifod—solved.

@david-alvarez-rosa
Copy link
Collaborator Author

Started on #91

@david-alvarez-rosa
Copy link
Collaborator Author

@waifod, I'd need a bit of brainstorm of use cases we would like to support. Thoughts?

@waifod
Copy link
Owner

waifod commented Oct 16, 2023

Shall we discuss them in person?

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

2 participants