You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
distant/tests/cli/action
Chip Senkbeil 0a11ec65a2
Add native ssh (#57)
* Bump to 0.15.0
* Add new distant-ssh2 subcrate to provide an alternate session as an ssh client
* Add rpassword & wezterm-ssh dependencies
* Rename core -> distant-core in project directory structure and move ssh2 feature into distant-ssh2 crate
* Upgrade tokio to 1.12,
* Update github actions to detect changes and apply testing for only those changes
* Add method parameter to support distant & ssh methods for action and lsp subcommands
* Add ssh-host, ssh-port, and ssh-user parameters to specify information for ssh method
3 years ago
..
copy.rs Add tests for cli dir-read, dir-create, remove, and copy 3 years ago
dir_create.rs Add tests for cli dir-read, dir-create, remove, and copy 3 years ago
dir_read.rs Fix clippy warnings, fix rustfmt, refactor proc-run tests to use generated scripts instead of script files 3 years ago
exists.rs Refactor exists to print true/false in shell format 3 years ago
file_append.rs Update remote process execution to automatically disabling logging to console; add sleep before checking file write/append results to account for delays from OS 3 years ago
file_append_text.rs Update remote process execution to automatically disabling logging to console; add sleep before checking file write/append results to account for delays from OS 3 years ago
file_read.rs Add tests for cli dir-read, dir-create, remove, and copy 3 years ago
file_read_text.rs Add tests for cli dir-read, dir-create, remove, and copy 3 years ago
file_write.rs Update remote process execution to automatically disabling logging to console; add sleep before checking file write/append results to account for delays from OS 3 years ago
file_write_text.rs Update remote process execution to automatically disabling logging to console; add sleep before checking file write/append results to account for delays from OS 3 years ago
metadata.rs Refactor listener (#38) 3 years ago
mod.rs Unfinished tests for proc-run cli 3 years ago
proc_run.rs Add native ssh (#57) 3 years ago
remove.rs Refactor codebase to support Minimum Supported Rust Version (MSRV) of 1.51.0 (#55) 3 years ago
rename.rs Refactor exists to print true/false in shell format 3 years ago