Issue: rustlang cli arguments #54
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently this solution is being used https://github.com/RXT0112/Zernit/blob/init-new/src/bin/main.rs#L83 (Crate clap) which proved to not be sufficient for our usecase since it requires the arguments to be hard-coded
Expecting
Expecting to define arguments based on data from path
src/subcoms/rustlang/{command1,command2,..}Is there a crate that does this or do we need to make a custom solution?
Relevant: https://doc.rust-lang.org/cargo/reference/build-scripts.html
Relevant: https://doc.rust-lang.org/stable/cargo/reference/build-script-examples.html#code-generation
Stale issue message