-
Notifications
You must be signed in to change notification settings - Fork 35
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
[COR-142] Setup initial structure for CLI #51
Conversation
@@ -0,0 +1,18 @@ | |||
use super::{ResourceType, SubCommand}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think alternatively, you could add a lib.rs
. Then in lib.rs
, pub mod everything.rs
. Then through the project, including main.rs
you can reference all the functions and structs like coredb-cli::commands::{get, create}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok I will try this
* rename to conductor * rename workflows * Update conductor-test.yml
Ready for review, but will have additions:
working-with-limited-functionality.mov
The build header parts
will not actually show up in the final, that's just because I have this set locally:
so it's building on each execution in my test environment