diff options
author | Cara Salter <cara@devcara.com> | 2023-03-26 12:05:27 -0400 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2023-03-26 12:05:27 -0400 |
commit | b59b5a9bcbc64902366f6da21c84cb20be61efb8 (patch) | |
tree | ae5dcf03ebfd4b9f7ff26e54195b4d31317b0597 /src/cli/install.rs | |
download | modpackman-ng-master.tar.gz modpackman-ng-master.zip |
Diffstat (limited to 'src/cli/install.rs')
-rw-r--r-- | src/cli/install.rs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cli/install.rs b/src/cli/install.rs new file mode 100644 index 0000000..a8ec5eb --- /dev/null +++ b/src/cli/install.rs @@ -0,0 +1,8 @@ +use crate::errors::CliError; + + + +pub fn install() -> Result<(), CliError> { + + Ok(()) +}
\ No newline at end of file |