We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In order to make conjure-oxide actually usable, it needs to have a CLI interface.
As a starting point, we need
conjure solve
Wishlist:
The text was updated successfully, but these errors were encountered:
Closing #103 as duplicate of this
Sorry, something went wrong.
We store global settings in a global context object (https://github.com/conjure-cp/conjure-oxide/blob/main/crates/conjure_core/src/context.rs), as described in #221.
Looking at the UX of Conjure-Oxide, and writing/improving the CLI in general could be a good first issue.
This is somewhat ill-defined, so I'll close it for now, and split UX upgrades into individual issues
No branches or pull requests
In order to make conjure-oxide actually usable, it needs to have a CLI interface.
As a starting point, we need
conjure solve
command that takes an Essence file and optionally a params file, produces a solution, and saves it to a fileWishlist:
The text was updated successfully, but these errors were encountered: