gjfgjfd
This commit is contained in:
parent
4135d1d108
commit
799806a823
11
src/lib.rs
11
src/lib.rs
@ -8,7 +8,6 @@ mod modules {
|
||||
}
|
||||
|
||||
// Use subcommands
|
||||
// FIXME: Define modules for commands in `src/subcoms/<COMMAND>/rustlang/<COMMAND>/<COMMAND>();`
|
||||
pub mod subcoms {
|
||||
pub mod resolve {
|
||||
pub mod rustlang {
|
||||
@ -20,11 +19,6 @@ pub mod subcoms {
|
||||
pub mod remove;
|
||||
}
|
||||
}
|
||||
pub mod list {
|
||||
pub mod rustlang {
|
||||
pub mod list;
|
||||
}
|
||||
}
|
||||
pub mod deploy {
|
||||
pub mod rustlang {
|
||||
pub mod deploy;
|
||||
@ -35,4 +29,9 @@ pub mod subcoms {
|
||||
pub mod hijack;
|
||||
}
|
||||
}
|
||||
pub mod list {
|
||||
pub mod rustlang {
|
||||
pub mod list;
|
||||
}
|
||||
}
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
use zernit_logger::fixme;
|
||||
|
||||
pub fn hijack() {
|
||||
pub fn list() {
|
||||
fixme!("Output installed packages");
|
||||
unimplemented!("Listing is not yet implemented");
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
use zernit_logger::fixme;
|
||||
|
||||
pub fn resolve() {
|
||||
pub fn remove() {
|
||||
fixme!("Remove package from specified root");
|
||||
unimplemented!("Removal of packages from specified root is not yet supported");
|
||||
}
|
Loading…
Reference in New Issue
Block a user