mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 01:26:04 -08:00
Utils into multiple files
This commit is contained in:
@@ -119,7 +119,7 @@ fn main() {
|
||||
let extra_args: Vec<String> = matches.free;
|
||||
if let Some(remote) = extra_args.get(0) {
|
||||
// Parse address
|
||||
match utils::parse_remote_opt(remote) {
|
||||
match utils::parser::parse_remote_opt(remote) {
|
||||
Ok((addr, portn, proto, user)) => {
|
||||
// Set params
|
||||
address = Some(addr);
|
||||
|
||||
Reference in New Issue
Block a user