diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-06-03 21:49:25 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-06-03 21:49:25 +0200 |
| commit | 28c011c7b3ebd8f5aae111551222ed3748937b33 (patch) | |
| tree | f6310107b9fbdabeda1cce46e2feb2cb85d1ce1a /crates/cli/src/run.rs | |
| download | mihi-28c011c7b3ebd8f5aae111551222ed3748937b33.tar.gz mihi-28c011c7b3ebd8f5aae111551222ed3748937b33.zip | |
Initial commit
Basic commands have been added, but most of the features for this
project are still work in progress.
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to 'crates/cli/src/run.rs')
| -rw-r--r-- | crates/cli/src/run.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/cli/src/run.rs b/crates/cli/src/run.rs new file mode 100644 index 0000000..2288a17 --- /dev/null +++ b/crates/cli/src/run.rs @@ -0,0 +1,3 @@ +pub fn run(args: Vec<String>) { + println!("TBD: {:#?}", args); +} |
