refactor: Store the config in CliOptions instead of its path
Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
@@ -71,3 +71,9 @@ impl Cli {
|
||||
self.command.run(self.options).await
|
||||
}
|
||||
}
|
||||
|
||||
/// Processes the CLI configuration and returns it if successful.
|
||||
pub fn post_cli(cli: Cli) -> N34Result<Cli> {
|
||||
// TODO
|
||||
Ok(cli)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user